API docs
Hackford website APIs
Lightweight public APIs exposed by hackforddata.com for discovery, content feeds, and the free FCA Register quick-search tool.
Hackford API v1
API accessHackford's regulated-firm intelligence API supports search, resolve, enrichment, relationships and structured exports. API access is available by arrangement for customer workflows such as CRM enrichment, market mapping and structured data delivery.
Returns a small public sample of active FCA-regulated firms for supplied classification or office-location criteria.
Endpoint
GET https://hackforddata.com/api/fca-register-quick-search
Query parameters
- q optional. Optional legacy query. Prefer structured classification and location parameters.
- market_segment optional. Comma-separated official Hackford classification segments.
- market_subsegment optional. Comma-separated official Hackford classification subsegments.
- location_any optional. Comma-separated office-location filters in the form region||ONS_CODE or local authority||ONS_CODE.
- postcode optional. Office postcode or postcode prefix.
Success response
JSON payload proxied from the Hackford platform public firm search endpoint.
Looks up suggested SIC codes and labels for the public FCA Register quick-search tool.
Endpoint
GET https://hackforddata.com/api/fca-register-quick-search-lookup
Query parameters
- q required. Free-text lookup query used to find matching SIC codes or labels.
- limit optional. Maximum number of lookup suggestions to return.
Success response
JSON payload proxied from the Hackford platform public SIC lookup endpoint.
Returns Hackford insight metadata and rendered content fields for the public insights library.
Endpoint
GET https://hackforddata.com/api/insights
Success response
JSON array of insight records published on the Hackford marketing site.
Simple health endpoint for the public Hackford marketing site.
Endpoint
GET https://hackforddata.com/api/health
Success response
JSON health payload for service discovery and monitoring.