Global Legal Entity API

Instant access to 40M+ company profiles and official document filings — one API for KYB, due diligence, and compliance workflows.

airport
airport

Global coverage, local sources

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.

Indian flag India

Belgian flag Belgium

Danish flag Denmark

Finnish flag Finland

French flag France

German flag Germany

Italian flag Italy

Dutch flag Netherlands

Norwegian flag Norway

Portuguese flag Portugal

Spanish flag Spain

Swedish flag Sweden

UK flag United Kingdom

Latvian flag Latvia

Lithuanian flag Lithuania

Estonian flag Estonia






REST:GET for searching legal entities

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"
    }
  ]
}

Show More

Illustration of API data flow integration representing G-Bris automated company data services
Illustration of API data flow integration representing G-Bris automated company data services

Pull official company filings

Query official, unaltered company data and annual reports directly from local business registries — the foundation for reliable KYB and due diligence workflows.

  • 1 Search for entity & browse documents Comapany incorporation icon
  • 2 Submit order for document of interest Document search icon
  • 3 Receive webhook upon order fulfilment Red document icon with a checkmark, symbolizing approved files, completed tasks, or verified documents in digital systems.

REST:POST for ordering documents

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"
  }
}

Show More

Simple yet powerful

Data Security icon

Reliable & Up-to-Date

Verified company data and filings sourced directly from official business registries and regulatory databases.

API-symbol

Seamless Integration

Developer-friendly API with clear documentation and high uptime.

High-Performance

Designed for fast, reliable responses under heavy load.

Server Rack (Kirill Sh on Unsplash)

Start building today

Integrate the G-BRIS API into your stack to automate KYB, due diligence, and compliance workflows.

Backed by years of experience in data management, data standardization and entity resolution.