Skip to main content
GET
/
api
/
brands
/
registry
List brands
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.

Query Parameters

limit
integer
Example:

100

offset
integer
Example:

0

source
enum<string>

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.

Available options:
hosted,
brand_json,
enriched,
community

Response

Brand list with stats

brands
object[]
required
stats
object
required