[EXAMPLE]
Global Legal Entity API
Instant access to 40M+ company profiles and official document filings — one API for KYB, due diligence, and compliance workflows.
Instant access to 40M+ company profiles and official document filings — one API for KYB, due diligence, and compliance workflows.
GBS Data Exchange API delivers up-to-date company data, profiles, and official document filings on 40M+ legal entities across 11 jurisdictions, with new jurisdictions added every quarter.
India
Belgium
Denmark
Finland
France
Germany
Italy
Netherlands
Norway
Portugal
Spain
Sweden
United Kingdom
Latvia
Lithuania
Estonia
Two endpoints (search and details) facilitate the retrieval of structured company information. Data points include legal form, registration details, and identifiers from different registries (including LEI).
The minimal complexity ensures reliable, standardized data for integration into administrative or compliance workflows.
Refer to our full API documentation for more details.
curl -X GET "https://api.gbris.com/api/entity?country_code=de&query=star" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
"entities": [
{
"persistent_id": "c338d773ad8595ad1e63dc4651854e50",
"alternate_persistent_ids": null,
"name": "Bright Star Company GmbH",
"country_code": "DE",
"incorporation_date": "2020-04-20",
"legal_form_classifier": {
"key": "de_gmbh",
"meta": {
"country_code": "DE",
"name": "Gesellschaft mit beschränkter Haftung",
"short_name": "GmbH"
}
},
"status": "ACTIVE",
"identifiers": [
{
"value": "HRB1",
"classifier": {
"key": "de_reg",
"category": "reg_code",
"meta": {
"country_code": "DE",
"name": "Commercial Register",
"jurisdiction": "Flensburg"
}
}
}
],
"addresses": [
{
"city": "Flensburg",
"country_code": null,
"full_address": "Behmstr. 7, Flensburg, Schleswig-Holstein, 24941",
"region": "Schleswig-Holstein",
"street_address": "Behmstr. 7",
"type": "legal",
"zip": "24941"
}
],
"documents": [
{
"title": "Annual report with financial statements",
"language": "de",
"format": "pdf",
"price_eur": "15.00",
"product_code": "DE_GMBH_ANNUAL_REPORT_EN",
"year": 2023
}
],
"validation_date": "2024-09-11"
}
]
}
Query official, unaltered company data and annual reports directly from local business registries — the foundation for reliable KYB and due diligence workflows.
The document ordering endpoint supports requests for official extracts, annual reports, and other corporate filings.
Upon fulfillment, the specified callback URL receives a notification for further processing. This endpoint is intended for incorporating essential documentation into back-office systems or management platforms, thereby supporting data-driven decision-making and regulatory compliance.
Refer to our full API documentation for more details.
curl -X POST "https://api.gbris.com/api/document/order" \
-H "Authorization: Bearer NEW_ACCESS_TOKEN" \
-d '{
"documents": [
{
"entity_persistent_id": "c338d773ad8595ad1e63dc4651854e50",
"product_code": "DE_GMBH_ANNUAL_REPORT_EN",
"year": 2023,
"requirement": "ALLOW_MISSING"
}
],
"callback_url": "https://yourapp.com/api/callback"
}'
{
"order": {
"order_id": "d8595ad1e63dc",
"status": "IN_PROGRESS"
}
}
Verified company data and filings sourced directly from official business registries and regulatory databases.
Developer-friendly API with clear documentation and high uptime.
Designed for fast, reliable responses under heavy load.