v25

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0131124155.6 KB
v0

Get detailed company information

get/v0/company/{company_id}

Path parameters

company_idstring required

Unique company identifier. Example: DE-HRB-F1103-267645

Query parameters

historyboolean

Include historical company data when set to true. This returns past names, addresses, and other changed information.

financialsboolean

Include financial data when set to true. Provides access to financial reports and key financial indicators.

documentsboolean

Include document metadata when set to true. Lists available official documents related to the company.

Response

Successfully retrieved company data

idstring required

Unique company identifier. Example: DE-HRB-F1103-267645

status'active' | 'inactive' | 'liquidation' required

Current status of the company:

  • active: Operating normally
  • inactive: No longer operating
  • liquidation: In the process of being dissolved
legal_form'ag' | 'eg' | 'ek' | 'ev' | 'ewiv' | 'foreign' | 'gbr' | 'ggmbh' | 'gmbh' | 'kg' | 'kgaa' | 'unknown' | 'llp' | 'municipal' | 'ohg' | 'se' | 'ug' required

Legal form of the company. Common German legal forms:

  • gmbh: Gesellschaft mit beschränkter Haftung (Limited Liability Company)
  • ag: Aktiengesellschaft (Stock Corporation)
  • ug: Unternehmergesellschaft (Entrepreneurial Company with limited liability)
  • ohg: Offene Handelsgesellschaft (General Partnership)
  • kg: Kommanditgesellschaft (Limited Partnership)
  • ev: Eingetragener Verein (Registered Association)
incorporated_atstring date required

Date when the company was officially registered. Format: ISO 8601 (YYYY-MM-DD) Example: "2022-01-01"

terminated_atstring date

Date when the company was officially terminated (if applicable). Format: ISO 8601 (YYYY-MM-DD) Example: "2022-01-01"