v25

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

Search for companies

get/v0/search/company

Query parameters

querystring

Text search query to find companies by name. Example: "Descartes Technologies UG"

register_numberstring

Company register number for exact matching. Example: "230633"

register_type'HRB' | 'HRA' | 'PR' | 'GnR' | 'VR'

Type of company register where the entity is recorded. Common types:

  • HRB: Commercial Register B (limited liability companies, stock corporations)
  • HRA: Commercial Register A (partnerships, sole proprietorships)
  • PR: Partnership Register
  • GnR: Cooperative Register
  • VR: Association Register

Type of register to filter results. Example: "HRB" (Commercial Register B)

register_courtstring

Court where the company is registered. Example: "Berlin (Charlottenburg)"

activeboolean

Filter for active or inactive companies. Set to true for active companies only, false for inactive only.

legal_form'ag' | 'eg' | 'ek' | 'ev' | 'ewiv' | 'foreign' | 'gbr' | 'ggmbh' | 'gmbh' | 'kg' | 'kgaa' | 'unknown' | 'llp' | 'municipal' | 'ohg' | 'se' | 'ug'

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)

Legal form of the company. Example: "gmbh" for "Gesellschaft mit beschränkter Haftung"

incorporation_datestring

date format YYYY-MM-DD

Date of incorporation of the company. Format: ISO 8601 (YYYY-MM-DD) Example: "2022-01-01"

pageinteger

Page number for pagination.

per_pageinteger

Number of results per page (max 30).

Response

Successful search operation