Discover/offshoreleaks.icij.org API
live

offshoreleaks.icij.org APIoffshoreleaks.icij.org

Search entities, officers, and financial connections across Panama Papers, Pandora Papers, and more via the ICIJ Offshore Leaks API.

Endpoints
5
Updated
3mo ago
Try it
Maximum number of results to return
Search keyword (e.g., company name or individual name)
Category filter: 0=Entity, 1=Officer, 2=Intermediary, 3=Address, 4=Other
api.parse.bot/scraper/a47ab11d-1882-4b7f-9266-a0ef9239a071/<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/a47ab11d-1882-4b7f-9266-a0ef9239a071/search?limit=5&query=offshore' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for entities, officers, intermediaries, or addresses by keyword using the Reconciliation API. Returns matched results with relevance scores.

Input
ParamTypeDescription
limitintegerMaximum number of results to return
queryrequiredstringSearch keyword (e.g., company name or individual name)
categoryintegerCategory filter: 0=Entity, 1=Officer, 2=Intermediary, 3=Address, 4=Other
Response
{
  "type": "object",
  "fields": {
    "results": "array of search results each containing id, name, description, score, and types"
  },
  "sample": {
    "data": {
      "results": [
        {
          "id": "193641",
          "name": "Offshore Incorporation Limited",
          "score": 26.67,
          "types": [
            {
              "id": "https://offshoreleaks.icij.org/schema/oldb/entity",
              "name": "Entity"
            }
          ],
          "description": "Entity node extracted from the Offshore Leaks data."
        }
      ]
    },
    "status": "success"
  }
}

About the offshoreleaks.icij.org API

This API provides structured access to the ICIJ Offshore Leaks Database through 5 endpoints, covering entities, officers, intermediaries, addresses, and their relationship graphs across investigations including the Panama Papers and Pandora Papers. The get_node_details endpoint returns a full connection graph — nodes with categories, properties, and statistics, plus typed edges linking related records. The search endpoint accepts keywords and an optional category filter to narrow results to specific record types.

What the API Covers

The ICIJ Offshore Leaks Database aggregates records from major investigative leak datasets — Panama Papers, Pandora Papers, and others listed in the data_sources array returned by get_database_info. The database distinguishes four record types: entities (shell companies, foundations, trusts), officers (individuals or companies with roles in those entities), intermediaries (agents or law firms that set up offshore structures), and addresses. Each record carries a numeric ID used across all endpoints.

Search and Node Details

The search endpoint accepts a query string and an optional category integer (0=Entity, 1=Officer, 2=Intermediary, 3=Address, 4=Other) along with a limit parameter. Results include an id, name, description, relevance score, and types. Pass the returned id to get_node_details to retrieve the full connection graph for that record: the response includes a data array of node objects, each with a linkurious_id, categorized properties, node statistics, and an edges array describing typed relationships to other nodes in the graph.

Bulk Listing Endpoints

list_entities and list_officers support offset-based pagination with a size parameter (max 100 per page) and an offset ceiling of 9900. Entity records expose name, country_codes, data_source, jurisdiction, status, and incorporation_date among their properties. Officer records carry name, country_codes, icij_id, data_source, and valid_until. Both endpoints return a meta object with count, from, and size, plus a links object with first, last, next, and prev URLs for navigation.

Database Metadata

The get_database_info endpoint returns no inputs and provides the database title, a description string, a license identifier, and the full data_sources array listing each investigation name and year. This is useful for validating dataset coverage before bulk querying or building source attribution into an application.

Common use cases
  • Map the relationship graph of a named offshore entity using get_node_details edges and node properties.
  • Bulk-export officer records with list_officers to build a dataset of individuals named across multiple leak investigations.
  • Screen company names against the database using search with category=0 to check for matches in offshore entity records.
  • Enumerate entities by jurisdiction using list_entities and filtering on the jurisdiction property field.
  • Correlate data_source values across entity and officer records to isolate records from a specific investigation like Pandora Papers.
  • Retrieve icij_id fields from officer records to cross-reference individuals across ICIJ's other published datasets.
  • Retrieve database metadata via get_database_info to programmatically surface license and investigation scope in a research 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 ICIJ Offshore Leaks site have an official developer API?+
Yes. ICIJ publishes a Reconciliation API for the Offshore Leaks Database, documented at https://offshoreleaks.icij.org/docs/api. It covers search and some node data. The Parse API wraps and extends this to include bulk listing endpoints and structured pagination.
What does `get_node_details` return beyond basic record fields?+
It returns a data array where each node object includes a data sub-object with categories, properties (name, country, jurisdiction, source, etc.), and statistics. Crucially, it also includes an edges array describing typed relationships to other nodes — this is what lets you traverse the connection graph between entities, officers, intermediaries, and addresses.
What are the pagination limits on the list endpoints?+
list_entities and list_officers both cap size at 100 records per page and offset at 9900, meaning a maximum of 10,000 records is reachable per endpoint through standard pagination. The meta.count field shows the total number of records in the database for that type, which will typically exceed 10,000. You can fork this API on Parse and revise it to add deeper offset or cursor-based access if your use case requires it.
Does the API expose intermediary records through a dedicated list endpoint?+
Not currently. Intermediaries appear in search results (category=2) and as nodes in connection graphs returned by get_node_details, but there is no list_intermediaries bulk endpoint equivalent to list_entities or list_officers. You can fork this API on Parse and revise it to add the missing endpoint.
How fresh is the data, and does the API reflect newly published investigations?+
The data reflects whatever ICIJ has published in the Offshore Leaks Database at the time of the last sync. The get_database_info endpoint returns a data_sources array that lists the investigations and their years currently included. ICIJ updates the database when new investigations are released, but there is no real-time feed — coverage is tied to ICIJ's own publication schedule.
Page content last updated . Spec covers 5 endpoints from offshoreleaks.icij.org.
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.