Generator · Hungarian data

Hungarian cégjegyzékszám

Endpoint GET /v1/hu/cegjegyzekszam

What it covers

Returns a valid Hungarian cégjegyzékszám (company registration number), formatted `BB-CF-NNNNNN`: a 2-digit court code, a 2-digit company-form code, and a 6-digit serial. It carries no checksum. Set `edge=true` to restrict output to valid edge cases.

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.
edgebooleanRestrict output to valid edge-case numbers from the rare corners.
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 number formatted `BB-CF-NNNNNN`, e.g. `01-09-123456`.
courtintegerThe 2-digit court code (`BB`).
formintegerThe 2-digit company-form code (`CF`).
serialintegerThe 6-digit serial (`NNNNNN`).
digitsstringThe canonical 10-digit number, no separators.

Other generators for Hungary

See all generators for Hungary →

The same kind of identifier elsewhere

Try it

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