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

Documentation Index

Fetch the complete documentation index at: https://docs.adcontextprotocol.org/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

limit
integer
Example:

100

offset
integer
Example:

0

Response

200 - application/json

Property list with stats

properties
object[]
required
stats
object
required