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
| Identifier | Numéro National d’Identification (NNI) |
|---|---|
| Country | 🇨🇮 Côte d’Ivoire |
| Format | 00000000000 |
| Length | 11 characters |
| Checksum | None |
| Example | 72913633539 |
| Safe strategy | Synthetic |
| Data quality | Verified 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
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.
For software testing only. These numbers are synthetic and must never be used
for real-world identification, applications, or to impersonate anyone.