Spanish Fake Address Generator
Generate realistic fake postal addresses with city, state, zip and coordinates for testing forms and maps.
This generator produces Spanish (es) localized data — region-appropriate names, addresses and formats. Need US English? Use the default Fake Address Generator.
Generate now
Example output (Spanish)
A small sample of the JSON this generator returns (address, es):
[
{
"id": "5fb9220d-9b0f-4d32-a248-6492457c3890",
"street": "Avenida Vicente 30",
"secondary": "Puerta 414",
"city": "Torrevieja",
"state": "País Vasco",
"stateAbbr": "Can",
"zipCode": "63551",
"country": "Vanuatu",
"countryCode": "SB",
"latitude": 79.1099,
"longitude": 142.1379,
"timeZone": "Asia/Kuching"
},
{
"id": "e130564d-5482-4c1f-9c30-dbbc151d9514",
"street": "Plaza Jerónimo Barreto 7",
"secondary": "Puerta 745",
"city": "Cerdañola del Vallés",
"state": "Andalucía",
"stateAbbr": "Ara",
"zipCode": "06359",
"country": "República Checa",
"countryCode": "IL",
"latitude": 45.9992,
"longitude": -97.6327,
"timeZone": "Africa/Lome"
},
{
"id": "42ecadc2-e8ce-4513-b6dd-086315f58b5f",
"street": "Masía Elena s/n.",
"secondary": "Puerta 502",
"city": "Mataró",
"state": "Canarias",
"stateAbbr": "Ast",
"zipCode": "49267",
"country": "Cuba",
"countryCode": "PR",
"latitude": -23.799,
"longitude": 47.6301,
"timeZone": "Asia/Qatar"
}
]Use it in code
Fetch the same Spanish 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=es"Need thousands of rows at once? The bulk API returns up to 10,000 records per call.
FAQ
- Is the spanish 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 Spanish (es) 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=es. It returns a JSON array of Spanish records. Use ?seed=123 for deterministic output.
Fake Address Generator in other locales
German Fake Address Generator
de
French Fake Address Generator
fr
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.