UK Open Data, Unified

One API for all
UK public data

Access 30+ government data sources through a single, well-documented REST API. Built for developers, researchers, and businesses.

Many sources. One API.

We aggregate data from dozens of UK government bodies and public institutions into a single, consistent REST API.

Companies House
NHS & Public Health
Land Registry
Ordnance Survey
Office for National Statistics
HMRC & more...

Insight Pipe API

Unified & Normalised

{ "status": "success", "data": [{ "name": "Acme Ltd", "number": "12345678", "status": "active", "source": "companies_house" }] }
Consistent JSON responses
0
Data Sources
0
Total Records
0
Uptime SLA
0
Avg Response

Explore our data

Millions of records across key UK government and public datasets, all accessible through one consistent API.

Transportation

4.5M records

Road networks, public transport routes, traffic data, and infrastructure from Ordnance Survey and local councils.

Companies

12.8M records

Company registrations, filings, directors, and financial data from Companies House and The Insolvency Service.

Health & Safety

8.2M records

NHS, Public Health England, Care Quality Commission, and HSE inspection and incidents data.

Environment

6.1M records

Environmental monitoring from Natural Resources Wales, SEPA, and Food Standards Agency datasets.

Property

11.3M records

Land Registry titles, valuations from Valuation Office Agency, and property data from Royal Mail and councils.

Government

7.6M records

Cabinet Office, HMRC, DWP, ICO, and Gambling Commission regulatory and public administration data.

Government & Public Data Sources

We integrate directly with official UK government bodies, agencies, and public institutions to bring you authoritative data.

Barking & Dagenham Bristol City Council Companies House Information Commissioner's Office Natural Resources Wales Valuation Office Agency Cabinet Office Care Quality Commission Gangmasters & Labour Abuse Authority The Insolvency Service Ordnance Survey NHS Public Health England Cherwell District Council Dept. for Communities & Local Government Health and Safety Executive Leeds City Council Land & Property Services Royal Mail Dover District Council The Company Names Tribunal Gambling Commission HM Revenue & Customs HSENI Food Standards Agency Land Registry Hull City Council Metropolitan Police Office for National Statistics SEPA Dept. for Work & Pensions

Developer-First API

Clean, RESTful endpoints with consistent JSON responses, clear error codes, and comprehensive documentation. Authenticate with a simple API key — no OAuth complexity.

RESTful JSON API
API key authentication
Pagination & filtering
Rate limiting with clear headers
View Full Documentation
api.insightpipe.co.uk/v1
GET /v1/companies

Search and retrieve company records

GET /v1/companies/{id}

Get a single company by registration number

GET /v1/properties

Search property and land records

GET /v1/health/inspections

CQC inspection reports and ratings

GET /v1/environment/pollution

Environmental monitoring data

Up and running in minutes

No SDK required. Use any HTTP client — curl, fetch, axios, or your language's built-in library. Just add your API key as a header and start querying.

All responses follow a consistent schema with status, data, and meta fields for reliable integration.

bash
# Search for a company by name
curl -s -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.insightpipe.co.uk/v1/companies?name=acme&status=active" \
  | python3 -m json.tool

# Response:
{
  "status": "success",
  "data": [
    {
      "company_number": "12345678",
      "company_name": "ACME INNOVATIONS LTD",
      "status": "active",
      "incorporated": "2019-03-15",
      "address": "10 Downing Street, London"
    }
  ],
  "meta": {
    "total": 1,
    "page": 1,
    "per_page": 25
  }
}

Teams that build with Insight Pipe

From startups to research institutions, developers trust our API to power their applications.

Simple, transparent pricing

Start free. Scale when you're ready. No hidden fees, no long-term contracts.

Free
Perfect for students, exploration and prototyping
£0 / month
  • 1,000 requests / day
  • All datasets
  • Email support
  • Standard rate limits
Contact Us
Pro
For growing businesses with high-volume needs
£99 / month
  • Unlimited requests
  • All datasets
  • Priority support
  • Dedicated instance
  • No rate limits
  • Bulk export
  • Webhook notifications
Get API Key