Generator · Romanian data

Romanian company name

Endpoint GET /v1/ro/company-name

What it covers

Returns a realistic synthetic Romanian company name across the naming families (coined, owner-surname, descriptive, modern), with an optional trailing legal form in its authentic local form. Pin `strategy` or `legalForm`, set `legalForm=none` to omit it, or `edge=true` for the punctuation-heavy / long-form corners.

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 edge-case names (punctuation-heavy families, long/rare forms).
extremebooleanReturn a correct company whose name is wrapped in a hostile encoding (untrimmed whitespace, invisible/zero-width characters, BOM, homoglyph letters, or bidi/combining marks). The legal form and any identifiers stay clean.
invalidbooleanReturn a deliberately invalid value that fails validation, for testing rejection paths.
legalForm"any" | "none" | "S.R.L." | "S.A." | "S.N.C." | "PFA"Append a specific legal form, "any" for weighted-random, or "none" to omit.
seedintegerInteger seed for reproducible output: the same seed always yields the same record.
strategy"morpheme" | "surname" | "descriptive" | "modern"Naming family. Omit for a weighted-random one.

Response fields

FieldTypeDescription
valuestringThe full company name, including any prefix and legal form.
legalFormstringThe appended legal form (e.g. `GmbH`, `S.r.l.`), or `null` when none was added.
strategy"morpheme" | "surname" | "descriptive" | "modern"Which naming family produced the name.

Other generators for Romania

See all generators for Romania →

Try it

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