Fake Address Generator
Generate realistic fake postal addresses with city, state, zip and coordinates for testing forms and maps.
Generate now
Example output
A small sample of the JSON this generator returns (address):
[
{
"id": "5fb9220d-9b0f-4d32-a248-6492457c3890",
"street": "19983 Marlee Knoll",
"secondary": "Apt. 509",
"city": "Lake Elvie",
"state": "Nebraska",
"stateAbbr": "NV",
"zipCode": "97985",
"country": "Turks and Caicos Islands",
"countryCode": "BH",
"latitude": -54.7231,
"longitude": -163.7182,
"timeZone": "America/Managua"
},
{
"id": "64d5482c-1fc3-40db-8bc1-51d95145bae7",
"street": "757 Ledner Key",
"secondary": "Apt. 106",
"city": "New Sydney",
"state": "Illinois",
"stateAbbr": "MA",
"zipCode": "20219-8688",
"country": "Christmas Island",
"countryCode": "TN",
"latitude": 7.0816,
"longitude": 110.6785,
"timeZone": "Indian/Kerguelen"
},
{
"id": "5136dd08-6315-4f58-8b5f-f474409804e3",
"street": "9267 Monserrat Haven",
"secondary": "Suite 650",
"city": "Fort Myers",
"state": "Georgia",
"stateAbbr": "AZ",
"zipCode": "60526-1639",
"country": "Bulgaria",
"countryCode": "GM",
"latitude": -69.5748,
"longitude": 152.8897,
"timeZone": "Europe/Warsaw"
}
]Use it in code
Fetch the same 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"Need thousands of rows at once? The bulk API returns up to 10,000 records per call.
FAQ
- Is the 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 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. It returns a JSON array of records. Use ?seed=123 for deterministic output.
- How many records can I generate?
- Up to 100 per call for free, or up to 10,000 per call via the paid bulk API for agents and CI pipelines.
Other generators
Fake Person Data Generator
person
Fake Email Address Generator
email
Fake Name Generator
fullName
Fake Company Data Generator
company
UUID Generator
uuid
Fake Product Data Generator
product
Fake Credit Card Number Generator (Test)
creditCardFake
Fake Phone Number Generator
phoneNumber
MockForge generates fully synthetic data — no real personal information, ever.