1
0 Comments

A whole person, coherent, in one call

/v1/<country>/person for all 27: given names, surname, initials, birth date and the matching national number — all agreeing with each other.

Most of them are built number-first: where the identifier encodes birth date and sex (CPR, EGN, isikukood, CNP), you mint the number and let those facts flow into the name.

Italy is built backwards, because the Codice Fiscale encodes the name itself. So the name is generated first and the code derived from it, letters and all. One country inverting the entire pipeline is exactly the kind of thing a generic faker library papers over.

posted toAvatar for product Real Fake Data
Real Fake Data