← Developers & API/REST Endpoints

Endpoints

GET/api/v2/entity-profile?slug=<slug>

Full structured entity record for a business - identity, contact, AI signals, services, schema.org JSON-LD, and provenance-tracked claims.

GET/api/v2/entity-profile?slug=<slug>&history=true

Same as above plus full claims history (superseded facts included) - requires an API key.

GET/api/v2/knowledge-graph?businessId=<id>&type=network

A business's real co-citation network - which other businesses it's been mentioned alongside.

GET/api/v2/knowledge-graph?category=<category>&city=<city>&type=complementary

Categories that genuinely co-occur with a given category in a city, derived from real content, not a hardcoded list.

GET/entity/{id}?format=json

Stable canonical entity lookup by immutable ID - survives business renames/re-slugging.

GET/api/v2/partner-feed?limit=100&offset=0&category=<category>&updatedSince=<iso-date>

Bulk, paginated, schema.org-shaped feed for distribution partners (directory aggregators, POS/CRM platforms, agencies syncing many client listings). Requires an API key - no anonymous access.

Full OpenAPI spec: /api/openapi.json

Explore the API