Home β€Ί πŸ‡­πŸ‡· Croatia β€Ί Osobni identifikacijski broj

Generate a test Croatia Osobni identifikacijski broj

A Croatian OIB is an eleven-digit personal/business identifier with an ISO 7064 MOD 11,10 check digit. These test values are synthetic but checksum-valid.

Synthetic Β· not collision-guaranteed Validate a number β†’
60599267499

Synthetic OIB with a valid check digit. Not a real issued number.

Format specification

IdentifierOsobni identifikacijski broj (OIB)
CountryπŸ‡­πŸ‡· Croatia
Format00000000000
Length11 characters
ChecksumISO 7064 (MOD 11,10)
Example72913633531
Safe strategy Synthetic
Data qualityVerified against sources

Validation regex

Matches the canonical value β€” strip separators and uppercase first: value.replace(/[^A-Za-z0-9]/g, '').toUpperCase()

^\d{11}$

References

  1. en.wikipedia.org/wiki/Personal_identification_number_(Croatia)

Common questions

Will these pass my validation?

Yes β€” they are well-formed Osobni identifikacijski broj values (00000000000) and pass standard format checks, including the ISO 7064 (MOD 11,10) checksum.

Could one belong to a real person?

These are synthetic values. They are format-valid but not drawn from a guaranteed reserved range, so use them only for testing.

Can I generate many at once?

Increase the count, or use the free API and CSV/JSON export for large datasets.

Validate an existing number β†’

For software testing only. These numbers are synthetic and must never be used for real-world identification, applications, or to impersonate anyone.