v1

latestOpenAPI 3.1.02026-07-2210284274.4 KB
Brand Resolution

List brands

List all brands in the registry with optional search, pagination, and source filter.

get/api/brands/registry

Query parameters

searchstring
limitinteger
Example:100
offsetinteger
source'hosted' | 'brand_json' | 'enriched' | 'community'

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.

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.

Response

Brand list with stats

Example response

{
  "brands": [
    {
      "domain": "acmecorp.com",
      "brand_name": "Acme Corp"
    }
  ]
}