Browse the property catalog
curl --request GET \
--url https://agenticadvertising.org/api/registry/catalog{
"entries": [
{
"property_rid": "<string>",
"property_id": "<string>",
"classification": "property",
"source": "adagents_json",
"status": "active",
"identifiers": [
{
"type": "domain",
"value": "nytimes.com"
}
]
}
],
"total": 123,
"next_cursor": "<string>"
}Property Catalog
Browse the property catalog
Browse the property fact-graph with filters. Cursor-paginated (opaque cursor → next_cursor). Each entry carries the property’s identifiers. property_rid is a non-authoritative join/match handle, never an authorization credential.
GET
/
api
/
registry
/
catalog
Browse the property catalog
curl --request GET \
--url https://agenticadvertising.org/api/registry/catalog{
"entries": [
{
"property_rid": "<string>",
"property_id": "<string>",
"classification": "property",
"source": "adagents_json",
"status": "active",
"identifiers": [
{
"type": "domain",
"value": "nytimes.com"
}
]
}
],
"total": 123,
"next_cursor": "<string>"
}Query Parameters
Example:
"property"
Example:
"active"
Example:
"domain"
Minimum lifetime resolve count (integer).
ISO 8601 — only properties with resolve activity since this time.
Page size (integer).
Opaque pagination cursor from a prior next_cursor.
Was this page helpful?
⌘I