API
Open API
The registry API is publicly accessible without authentication. Queries return structured data for published entities — JSON-LD, sameAs cross-links, disambiguation, typed relationships, and a timestamped schema record where available.
Primary endpoint
GET /api/entity/:slug
Returns the raw Schema.org JSON-LD document for a single published entity. Use this route when you want the machine-readable record itself, without any surrounding envelope.
- Route
- /api/entity/hubspot
- Returns
- Schema.org JSON-LD for the entity
- Content-Type
application/ld+json- Authentication
- None
All routes
6/api/entity/:slug
No auth
JSON-LD
Returns the raw Schema.org JSON-LD document for a single published entity. No authentication required.
/api/entities/:slug
No auth
Entity detail
Returns the richer entity payload including relationships, claims, aliases, identifiers, and profile fields.
/api/entities/:slug/schema
No auth
Schema wrapper
Returns the current schema envelope — JSON-LD object plus type hints, generated timestamps, and stored schema text.
/api/public/registry/summary
No auth
Registry summary
Returns high-level counts for published entities, industries, and relationships across the registry.
/api/entities
No auth
Entity list
Returns a paginated, filterable list of published entities. Supports query parameters for page, page size, kind, and industry.
/api/industries
No auth
Industry list
Returns a flat list of all industries represented in the registry, with labels and entity counts.
Data model
Every record, same structure.
Each published entity exposes structured facts, a disambiguation statement, sameAs links, typed relationship edges, and a current schema record. Only published entities are accessible via the API.
- displayName
- Canonical entity name
- description
- Human-readable disambiguation statement
- sameAs
- Cross-links to Wikidata, LinkedIn, Crunchbase, and more
- knowsAbout
- Services, technologies, and domains of expertise
- memberOf
- Industry associations and partner programs
- @type
- Schema.org type (Organization, Person, etc.)