Skip to main content
GET
/
api
/
properties
/
registry
List properties
curl --request GET \
  --url https://agenticadvertising.org/api/properties/registry
{
  "properties": [
    {
      "domain": "examplepub.com",
      "source": "adagents_json",
      "property_count": 123,
      "agent_count": 123,
      "verified": true
    }
  ],
  "stats": {}
}

Query Parameters

limit
integer
Example:

100

offset
integer
Example:

0

Response

200 - application/json

Property list with stats

properties
object[]
required
stats
object
required