Access 30+ government data sources through a single, well-documented REST API. Built for developers, researchers, and businesses.
We aggregate data from dozens of UK government bodies and public institutions into a single, consistent REST API.
Unified & Normalised
Millions of records across key UK government and public datasets, all accessible through one consistent API.
Road networks, public transport routes, traffic data, and infrastructure from Ordnance Survey and local councils.
Company registrations, filings, directors, and financial data from Companies House and The Insolvency Service.
NHS, Public Health England, Care Quality Commission, and HSE inspection and incidents data.
Environmental monitoring from Natural Resources Wales, SEPA, and Food Standards Agency datasets.
Land Registry titles, valuations from Valuation Office Agency, and property data from Royal Mail and councils.
Cabinet Office, HMRC, DWP, ICO, and Gambling Commission regulatory and public administration data.
We integrate directly with official UK government bodies, agencies, and public institutions to bring you authoritative data.
Clean, RESTful endpoints with consistent JSON responses, clear error codes, and comprehensive documentation. Authenticate with a simple API key — no OAuth complexity.
Search and retrieve company records
Get a single company by registration number
Search property and land records
CQC inspection reports and ratings
Environmental monitoring data
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.
# 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 } }
From startups to research institutions, developers trust our API to power their applications.
"Insight Pipe replaced three separate data integrations for us. One API key, and we had property and company data flowing into our platform within an hour."
"The consistency of the API design is outstanding. Every endpoint follows the same patterns — our junior devs were productive from day one."
"We process millions of UK public records for our analytics platform. Insight Pipe's sub-200ms latency means our dashboards update in real time."
"As researchers, we needed reliable access to multiple government datasets. Insight Pipe saved us months of scraping and data cleaning work."
"Transport, environment, and property data — all normalised and ready to use. It's the infrastructure layer every UK startup needs."
"Our policy simulation models rely on fresh ONS and DWP data. Insight Pipe's daily syncs mean our models always use the latest figures."
"Insight Pipe replaced three separate data integrations for us. One API key, and we had property and company data flowing into our platform within an hour."
"The consistency of the API design is outstanding. Every endpoint follows the same patterns — our junior devs were productive from day one."
"We process millions of UK public records for our analytics platform. Insight Pipe's sub-200ms latency means our dashboards update in real time."
"As researchers, we needed reliable access to multiple government datasets. Insight Pipe saved us months of scraping and data cleaning work."
"Transport, environment, and property data — all normalised and ready to use. It's the infrastructure layer every UK startup needs."
"Our policy simulation models rely on fresh ONS and DWP data. Insight Pipe's daily syncs mean our models always use the latest figures."
Start free. Scale when you're ready. No hidden fees, no long-term contracts.