French Fake Person Data Generator
Generate realistic fake people — names, emails, phones and addresses that line up — for tests, seeds and demos.
This generator produces French (fr) localized data — region-appropriate names, addresses and formats. Need US English? Use the default Fake Person Data Generator.
Generate now
Example output (French)
A small sample of the JSON this generator returns (person, fr):
[
{
"id": "0fd32248-6492-4457-8c38-90921ffc41a7",
"firstName": "Xavière",
"lastName": "Maillard",
"fullName": "Xavière Maillard",
"sex": "female",
"email": "xaviere.maillard15@example.com",
"username": "xaviere_maillard",
"phone": "0709263551",
"birthDate": "2006-09-18",
"jobTitle": "Producteur de l'intranet principal",
"avatar": "https://avatars.githubusercontent.com/u/59789998",
"address": {
"street": "1 Voie d'Alésia",
"city": "Dijon",
"state": "Corse",
"zipCode": "28325",
"country": "Burundi"
}
},
{
"id": "151d9514-5bae-471b-bc8c-786010a58e36",
"firstName": "Alain",
"lastName": "Perrin",
"fullName": "Alain Perrin",
"sex": "male",
"email": "alain.perrin@example.com",
"username": "alain_perrin",
"phone": "0402198688",
"birthDate": "1957-05-21",
"jobTitle": "Agent des directives national",
"avatar": "https://avatars.githubusercontent.com/u/89609130",
"address": {
"street": "124 Impasse Saint-Séverin",
"city": "Aix-en-Provence",
"state": "Île-de-France",
"zipCode": "42139",
"country": "Gambie"
}
},
{
"id": "9804e327-f3ac-43b5-aaa8-1d5209a083a2",
"firstName": "Maurice",
"lastName": "Simon",
"fullName": "Maurice Simon",
"sex": "male",
"email": "maurice_simon25@example.com",
"username": "maurice.simon28",
"phone": "0691319826",
"birthDate": "1997-02-11",
"jobTitle": "Analyste des directives direct",
"avatar": "https://avatars.githubusercontent.com/u/9310276",
"address": {
"street": "9 Quai de la Harpe",
"city": "Dunkerque",
"state": "Midi-Pyrénées",
"zipCode": "88760",
"country": "Cap-Vert"
}
}
]Use it in code
Fetch the same French data from the free API — no key needed during beta, up to 100 records per call:
curl "https://mock.wrapper-agency.com/api/v1/mock?type=person&count=10&locale=fr"Need thousands of rows at once? The bulk API returns up to 10,000 records per call.
FAQ
- Is the french fake person data generator data real?
- No. Every value is synthetic, generated with @faker-js/faker. There is no real personal data, so it is safe for testing, demos and committing to a repo (GDPR-friendly).
- How is this different from the default fake person data generator?
- Names, addresses, phone numbers and other locale-specific fields are generated using French (fr) data, so they look native to that region instead of US English.
- How do I get this data in my code?
- Call the free API: GET https://mock.wrapper-agency.com/api/v1/mock?type=person&count=10&locale=fr. It returns a JSON array of French records. Use ?seed=123 for deterministic output.
Fake Person Data Generator in other locales
German Fake Person Data Generator
de
Spanish Fake Person Data Generator
es
Portuguese (Brazil) Fake Person Data Generator
pt_BR
Japanese Fake Person Data Generator
ja
Italian Fake Person Data Generator
it
Dutch Fake Person Data Generator
nl
MockForge generates fully synthetic data — no real personal information, ever.