Discover/insolvencydirect.bis.gov.uk API
live

insolvencydirect.bis.gov.uk APIinsolvencydirect.bis.gov.uk

Search and retrieve UK insolvency records — bankruptcies, IVAs, DROs, and restrictions — from the Individual Insolvency Register via a simple REST API.

Endpoints
3
Updated
10d ago
Try it
Page number for pagination (1-based).
Search term — typically a surname or trading name (e.g. 'Smith'). Postcodes are accepted b
api.parse.bot/scraper/72019f0e-1631-4ca0-a134-ed349bd0c668/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/72019f0e-1631-4ca0-a134-ed349bd0c668/search_individual_insolvency_register?page=1&query=Smith' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search the Individual Insolvency Register (IIR) for bankruptcies, Individual Voluntary Arrangements (IVAs), Debt Relief Orders (DROs), and restrictions. Supports searching by surname or trading name. Postcode searches are accepted but may return zero results if no records match. Returns paginated results with 10 records per page.

Input
ParamTypeDescription
pageintegerPage number for pagination (1-based).
queryrequiredstringSearch term — typically a surname or trading name (e.g. 'Smith'). Postcodes are accepted but often yield no results.
Response
{
  "type": "object",
  "fields": {
    "page": "integer — current page number",
    "query": "string — the search term used",
    "records": "array of record summaries with name, detail_url, birth_date, trading_details, postcode",
    "total_pages": "integer — total pages available",
    "total_records": "integer — total matching records"
  },
  "sample": {
    "data": {
      "page": 1,
      "query": "Smith",
      "records": [
        {
          "name": "Adam Smith Ferrier",
          "postcode": "BN1 6EE",
          "birth_date": "24/10/1972",
          "detail_url": "https://www.insolvencydirect.bis.gov.uk/eiir/case-details/1/false/704773725/711859978/U21pdGg",
          "trading_details": "Adam Smith Ferrier"
        }
      ],
      "total_pages": 632,
      "total_records": 6314
    },
    "status": "success"
  }
}

About the insolvencydirect.bis.gov.uk API

This API provides access to the UK Individual Insolvency Register (IIR) across 3 endpoints, covering bankruptcies, Individual Voluntary Arrangements (IVAs), Debt Relief Orders (DROs), and bankruptcy restrictions for individuals and sole traders in England and Wales. The search_individual_insolvency_register endpoint accepts a surname or trading name and returns paginated record summaries including name, birth date, postcode, and a detail URL for full case lookup.

What the API covers

The Individual Insolvency Register (IIR) is the public register of insolvency cases for individuals and sole traders in England and Wales, maintained by the Insolvency Service. This API exposes its contents across three endpoints: a register metadata endpoint, a search endpoint, and a record detail endpoint. The get_individual_insolvency_register_info endpoint returns the register's title, geographic coverage, description of included record types, and retention period — useful for displaying context to end users or validating what the register covers before querying.

Searching for records

The search_individual_insolvency_register endpoint takes a required query parameter (typically a surname or trading name, e.g. 'Smith') and an optional page integer for paginated results. The response includes total_records, total_pages, and a records array. Each record in that array carries name, birth_date, postcode, trading_details, and a detail_url that links directly to the full case. Postcode searches are accepted but may return zero results if no IIR records match that postcode.

Retrieving full case details

Passing a detail_url from the search results into get_insolvency_record_detail returns the full case record. Fields include type (e.g. Bankruptcy, IVA, DRO), court, number, status, case_name, forenames, surname, date_of_birth (DD/MM/YYYY), and order_date. This is enough to confirm case identity, insolvency type, issuing court, and current status for a named individual.

Coverage and data scope

Coverage is limited to England and Wales. Scotland and Northern Ireland operate separate registers not included here. Records appear on the register from the date of the insolvency order and are retained according to the retention policy returned by get_individual_insolvency_register_info. Only current and recently discharged cases within that retention window are visible.

Common use cases
  • Screening individuals during credit or tenant onboarding by querying their surname against the IIR
  • Verifying sole trader insolvency status using trading name as the search query
  • Confirming case type (Bankruptcy vs IVA vs DRO) and court of issue for a known case number
  • Checking current case status before extending credit or entering a contract with an individual
  • Building compliance dashboards that surface active or recent insolvency flags on named persons
  • Displaying register coverage and retention metadata to end users within a financial due-diligence tool
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does the Insolvency Service provide an official developer API for the IIR?+
The Insolvency Service does not publish a documented public developer API for the Individual Insolvency Register. The register is accessible via the web at insolvencydirect.bis.gov.uk.
What does get_insolvency_record_detail return beyond what the search results include?+
The search endpoint returns name, birth_date, postcode, and trading_details as a summary. The detail endpoint adds court name, case number, insolvency type (e.g. Bankruptcy, IVA, DRO), order_date, and current case status — fields not present in the search summary.
Does the API cover insolvency records for Scotland or Northern Ireland?+
No. The IIR covers England and Wales only. Scotland's register (the Register of Insolvencies) and Northern Ireland's records are held by separate bodies and are not included. You can fork this API on Parse and revise it to add an endpoint targeting those separate registers.
Can I search by postcode instead of surname?+
The search_individual_insolvency_register endpoint accepts a postcode as the query value, but the register is structured primarily around surnames and trading names. Postcode queries frequently return zero results because the IIR does not index records by postcode in the same way. Surname or trading name searches are more reliable.
Does the API expose corporate or company insolvency records?+
No. The IIR covers individuals and sole traders only. Company insolvency records are held on the Companies House register and are not part of the IIR data this API returns. You can fork this API on Parse and revise it to add an endpoint targeting the Companies House insolvency data.
Page content last updated . Spec covers 3 endpoints from insolvencydirect.bis.gov.uk.
Related APIs in Government PublicSee all →
identify.plantnet.org API
Identify and explore plant species by searching through Pl@ntNet's comprehensive botanical database to access detailed information like taxonomic families, genera, species descriptions, photos, and community observations. Track plant distributions, view contribution trends, and discover expert contributors within the platform's collaborative plant identification community.
data.lime.bike API
Access real-time availability data for Lime bikes and scooters, including station locations, vehicle status, system alerts, and geofencing zones across multiple cities. Monitor micromobility inventory and service information to find nearby vehicles or plan your trips effectively.
accessdata.fda.gov API
Search and retrieve comprehensive FDA premarket approval information for medical devices, including approval status, supplements, applicant details, and advisory committee data. Get instant access to specific PMA records with all relevant approval information in one place.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
api.nasa.gov API
Access NASA's suite of open data APIs — including the Astronomy Picture of the Day, Near Earth Object tracking, DONKI space weather events, EPIC Earth imagery, Mars weather, the NASA Image and Video Library, the Exoplanet Archive, and EONET natural events.
mahatenders.gov.in API
Access Maharashtra government tenders from mahatenders.gov.in, browsing them by closing date or by organization with full tender details and pagination support. Find and review procurement opportunities across different government departments in one place.
UK Individual Insolvency Register API · Parse