French Fake Address Generator
Generate realistic fake postal addresses with city, state, zip and coordinates for testing forms and maps.
This generator produces French (fr) localized data — region-appropriate names, addresses and formats. Need US English? Use the default Fake Address Generator.
Generate now
Example output (French)
A small sample of the JSON this generator returns (address, fr):
[
{
"id": "5fb9220d-9b0f-4d32-a248-6492457c3890",
"street": "1998 Rue de Paris",
"secondary": "4 étage",
"city": "Besançon",
"state": "Haute-Normandie",
"stateAbbr": "AK",
"zipCode": "92635",
"country": "Malte",
"countryCode": "CM",
"latitude": 84.5253,
"longitude": 99.0478,
"timeZone": "Pacific/Guadalcanal"
},
{
"id": "e9e13056-4d54-482c-81fc-30dbbc151d95",
"street": "376 Impasse Monsieur-le-Prince",
"secondary": "Apt. 775",
"city": "Rouen",
"state": "Haute-Normandie",
"stateAbbr": "NE",
"zipCode": "40106",
"country": "France",
"countryCode": "LB",
"latitude": 73.362,
"longitude": -90.2548,
"timeZone": "America/Resolute"
},
{
"id": "c3142eca-dc2e-48ce-a513-6dd086315f58",
"street": "992 Boulevard de la Ferronnerie",
"secondary": "Apt. 165",
"city": "Antony",
"state": "Centre",
"stateAbbr": "VA",
"zipCode": "21492",
"country": "Pakistan",
"countryCode": "RS",
"latitude": -47.2253,
"longitude": 82.1579,
"timeZone": "America/Noronha"
}
]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=address&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 address 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 address 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=address&count=10&locale=fr. It returns a JSON array of French records. Use ?seed=123 for deterministic output.
Fake Address Generator in other locales
German Fake Address Generator
de
Spanish Fake Address Generator
es
Portuguese (Brazil) Fake Address Generator
pt_BR
Japanese Fake Address Generator
ja
Italian Fake Address Generator
it
Dutch Fake Address Generator
nl
MockForge generates fully synthetic data — no real personal information, ever.