Generator · German data

German Handelsregisternummer

Endpoint GET /v1/de/handelsregisternummer

What it covers

Returns a German Handelsregisternummer (commercial-register number) with a register division (`HRA` / `HRB`), a keeping court, and a sequential serial. The number carries no checksum, so there is no invalid mode.

Parameters

ParameterTypeDescription
countinteger1–1000Number of records to return, 1–1000 (your plan may lower this). Omitted returns a single record; set it for a batch.
division"HRA" | "HRB"Register division: HRA (sole traders / partnerships) or HRB (corporations).
edgebooleanRestrict output to valid edge-case serials (very low or very high).
extremebooleanReturn a correct value wrapped in a hostile encoding (untrimmed whitespace, invisible/zero-width characters, BOM, or bidi/combining marks). Homoglyphs are excluded so the value stays machine-parseable; it still validates after normalisation.
invalidbooleanReturn a deliberately invalid value that fails validation, for testing rejection paths.
seedintegerInteger seed for reproducible output: the same seed always yields the same record.

Response fields

FieldTypeDescription
valuestringThe full register number, e.g. "HRB 246975".
division"HRA" | "HRB"The register division: HRA or HRB.
courtstringThe keeping court (Amtsgericht), e.g. "Berlin (Charlottenburg)".
numberstringThe sequential serial number (no leading zeros).

Other generators for Germany

See all generators for Germany →

The same kind of identifier elsewhere

Try it

Generate a live example below — every response is valid by format and entirely synthetic.