Topograph coverage changes as registers, document access, and data products evolve. Use this page as the stable integration guide, and use the live pricing pages as the source of truth for country-specific details.Documentation Index
Fetch the complete documentation index at: https://docs.topograph.co/llms.txt
Use this file to discover all available pages before exploring further.
Live coverage, pricing, and sources
Open the live coverage matrix for supported countries, available data blocks, documents, sources, identifiers, monitoring availability, and pricing.
What lives on the pricing pages
Use topograph.co/pricing before building country-specific flows. It contains the current product catalog:- Supported countries and preview jurisdictions.
- Available data blocks for verification and onboarding mode.
- Official sources and provider limitations.
- Accepted identifiers and searchable identifiers.
- Available document types and whether they are standalone or bundled with a data block.
- Monitoring eligibility.
- Country vocabularies such as legal forms, roles, activity codes, and status values.
https://topograph.co/pricing/{countryCode} using the lowercase ISO country code, for example France or Germany.
What lives in the API docs
These docs explain how to integrate:- Quickstart: make your first search and company data request.
- Company data: request datapoints and documents through
/v2/company. - Verification vs onboarding mode: choose between authoritative retrieval and fast form-prefill retrieval.
- Document retrieval: list and download official documents.
- Webhooks: receive asynchronous updates.
- Reliability and errors: handle in-progress results, register outages, and retries.
API-side pricing checks
UseGET /v2/pricing?countryCode=FR when your application needs to decide what to request at runtime. The endpoint returns the same product model used by the live pricing pages: data blocks, mode availability, included documents, and per-country availability.
Prefer the live pricing pages for humans and
GET /v2/pricing for application logic. Avoid hardcoding country availability or pricing in your own integration.