# UK Companies House API **Provider:** UK Companies House **Category:** developer **Base URL:** `https://developer.company-information.service.gov.uk` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 600 req/5min per API key **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.company-information.service.gov.uk/ ## Description UK Companies House Data from the UK government ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.company-information.service.gov.uk/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.company-information.service.gov.uk' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Companies House API key. UK company registry data; no paid tiers. --- *Source: [API Map](https://apimap.dev/apis/uk-companies-house/) — CC BY 4.0*