One API for the world's company registries.
Verify companies, pull filed financials, map shareholders and group structures — registry-sourced JSON from 400+ official government sources, in one standardised schema.
$ curl -X POST 'https://api.globaldatabase.com/v2/kyb/search' \ -H 'Authorization: Token YOUR_API_KEY' \ -d '{"location": "GB", "name": "Global Data Intelligence"}' { "data": [{ "id": 29707645, "name": "GLOBAL DATA INTELLIGENCE LIMITED", "country": "GB", "registration_number": "GB 09410808" }] }
Trusted by compliance, risk and data teams at
One ID. Every dataset.
Search once to resolve the company, then reuse its ID across modular endpoints — combine them to match your onboarding, risk or enrichment workflow.
{ "data": [{ "id": 29707645, "name": "GLOBAL DATA INTELLIGENCE LIMITED", "country": "GB", "registration_number": "GB 09410808" }] } // The ID is your key to every other endpoint.
Your first call in under a minute.
Token authentication, JSON in and out, predictable errors. Works from any language — and from any AI agent via our MCP server.
curl -X POST 'https://api.globaldatabase.com/v2/kyb/search' \ -H 'Authorization: Token YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{ "location": "GB", "name": "Global Data Intelligence" }'
Registry data, built for production.
The same primary-source data that powers our platform — verifiable, standardised and licensed for what you're actually building.
Registry-sourced, with attribution
Every record traces to an official government source — Companies House, the Handelsregister, INPI, KVK and 400+ more. Responses carry the source, so your compliance team can audit any field.
One schema across 200+ countries
A UK Ltd, a German GmbH and a Delaware C-corp come back in the same structure — statuses, legal forms and financial line items standardised, so one integration covers every jurisdiction.
Look up by whatever you have
Name, registration number, VAT or EIN, website or LinkedIn URL — resolve to the same company ID and enrich from any starting point, including a single email domain.
Built for AI agents too
The same data is exposed through our MCP server — connect it to Claude, ChatGPT or your own agents, and let them verify companies and pull financials as tools.
Licensing that lets you ship
Redistribution and AI-training rights available — embed registry data in your product, resell enriched datasets or train models, with terms designed for it.
Make your first call today.
Get an API key, resolve your first company, and see registry-sourced JSON come back — before your trial coffee goes cold.
The Company Data API, answered.
How do I authenticate with the Global Database API?
Authorization: Token YOUR_API_KEY. All requests and responses are JSON over HTTPS.What data can I retrieve through the API?
How does a typical KYB workflow look?
POST /v2/kyb/search with a name, registration number or VAT/EIN to resolve the company ID, then reuse that ID across the modular endpoints — profile, officers, shareholders, financials, group structure — combining only the checks your workflow needs.Where does the data come from?
Which identifiers can I use to look up a company?
Does the API cover financial statements?
Can AI agents use the API?
How are errors returned?
TokenVerificationError (401), IdNotFound (404) or InvalidRequest (406) — each with a message and the offending field, so failures are debuggable.Can I redistribute the data or train models on it?
Where is the full API documentation?
api.globaldatabase.com/docs/v2 — complete endpoint references, request and response examples, and authentication guidance.