🚀 AdCP 3.1 beta is now available — see what's new
curl --request GET \
--url https://agenticadvertising.org/api/brands/registry{
"brands": [
{
"domain": "acmecorp.com",
"has_manifest": true,
"verified": true,
"brand_name": "Acme Corp",
"house_domain": "<string>"
}
],
"stats": {
"total": 123,
"hosted": 123,
"brand_json": 123,
"community": 123,
"enriched": 123,
"houses": 123,
"sub_brands": 123,
"with_manifest": 123
}
}List all brands in the registry with optional search, pagination, and source filter.
curl --request GET \
--url https://agenticadvertising.org/api/brands/registry{
"brands": [
{
"domain": "acmecorp.com",
"has_manifest": true,
"verified": true,
"brand_name": "Acme Corp",
"house_domain": "<string>"
}
],
"stats": {
"total": 123,
"hosted": 123,
"brand_json": 123,
"community": 123,
"enriched": 123,
"houses": 123,
"sub_brands": 123,
"with_manifest": 123
}
}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.
100
0
Filter by source. Values match the per-brand source field in the response: hosted = registered by domain owner via /api/brands; brand_json = crawler-discovered with a live /.well-known/brand.json; enriched = Brandfetch-sourced; community = manually contributed.
hosted, brand_json, enriched, community Was this page helpful?