Home🇨🇮 Côte d’IvoireNuméro National d’Identification

NNI generator (Côte d’Ivoire)

An Ivorian NNI (from the national civil registry, printed on biometric identity cards issued since late 2020) is eleven digits with no published structure or checksum. These test values are synthetic.

Synthetic · not collision-guaranteed Validate a number →
60599267494

Synthetic NNI (format-valid; no public structure or checksum). Not a real issued number.

Format specification

IdentifierNuméro National d’Identification (NNI)
Country🇨🇮 Côte d’Ivoire
Format00000000000
Length11 characters
ChecksumNone
Example72913633539
Safe strategy Synthetic
Data qualityVerified against sources

Numéro National d’Identification: what each part means

00000000000 Eleven digits assigned from the national register of natural persons (RNPP); no structure is published. Cards issued before late 2020 instead carried a document number of a letter plus ten digits (e.g. C 0123 4567 89).

Validation regex

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

^\d{11}$

References

  1. www.oneci.ci/actualites/1666023661

Common questions

Will these pass my validation?

Yes — they are well-formed Numéro National d’Identification values (00000000000) and pass standard format checks.

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.