German Fake Address Generator
Generate realistic fake postal addresses with city, state, zip and coordinates for testing forms and maps.
This generator produces German (de) localized data — region-appropriate names, addresses and formats. Need US English? Use the default Fake Address Generator.
Generate now
Example output (German)
A small sample of the JSON this generator returns (address, de):
[
{
"id": "5fb9220d-9b0f-4d32-a248-6492457c3890",
"street": "Biesenbach 998",
"secondary": "Apt. 164",
"city": "Süd Alinaburg",
"state": "Bremen",
"stateAbbr": "RP",
"zipCode": "35519",
"country": "Schweden",
"countryCode": "UY",
"latitude": 71.069,
"longitude": 35.244,
"timeZone": "Pacific/Easter"
},
{
"id": "130564d5-482c-41fc-a30d-bbc151d95145",
"street": "Löwenburgstr. 51c",
"secondary": "7 OG",
"city": "Nielsland",
"state": "Niedersachsen",
"stateAbbr": "HE",
"zipCode": "01063",
"country": "Luxemburg",
"countryCode": "TT",
"latitude": -45.1274,
"longitude": -32.2622,
"timeZone": "Europe/Belgrade"
},
{
"id": "3142ecad-c2e8-4ce5-9136-dd086315f58b",
"street": "Wilhelm-Busch-Str. 34c",
"secondary": "Apt. 306",
"city": "Anadorf",
"state": "Schleswig-Holstein",
"stateAbbr": "BB",
"zipCode": "14926",
"country": "Samoa",
"countryCode": "DM",
"latitude": 41.079,
"longitude": -47.5981,
"timeZone": "Asia/Pyongyang"
}
]Use it in code
Fetch the same German 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=de"Need thousands of rows at once? The bulk API returns up to 10,000 records per call.
FAQ
- Is the german 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 German (de) 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=de. It returns a JSON array of German records. Use ?seed=123 for deterministic output.
Fake Address Generator in other locales
French Fake Address Generator
fr
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.