Italian Fake Address Generator

Generate realistic fake postal addresses with city, state, zip and coordinates for testing forms and maps.

This generator produces Italian (it) localized data — region-appropriate names, addresses and formats. Need US English? Use the default Fake Address Generator.

Generate now

Get this data from the API
curl "https://mock.wrapper-agency.com/api/v1/mock?type=address&count=10&locale=it"

Free mock-data API — no key during beta, up to 100 records per call. Need bulk (up to 10,000)? Use the paid endpoint. Data is fully synthetic — no real PII.

Example output (Italian)

A small sample of the JSON this generator returns (address, it):

[
  {
    "id": "5fb9220d-9b0f-4d32-a248-6492457c3890",
    "street": "Piazza Vasco 8",
    "secondary": "Appartamento 16",
    "city": "Arminio calabro",
    "state": "Aosta",
    "stateAbbr": "TS",
    "zipCode": "26355",
    "country": "Cina",
    "countryCode": "VU",
    "latitude": 49.5239,
    "longitude": 158.2197,
    "timeZone": "Indian/Comoro"
  },
  {
    "id": "9e130564-d548-42c1-9fc3-0dbbc151d951",
    "street": "Rotonda Matteo 5",
    "secondary": "Appartamento 77",
    "city": "Prospero calabro",
    "state": "Modena",
    "stateAbbr": "LC",
    "zipCode": "01063",
    "country": "Liechtenstein",
    "countryCode": "TT",
    "latitude": -45.1274,
    "longitude": -32.2622,
    "timeZone": "Europe/Belgrade"
  },
  {
    "id": "3142ecad-c2e8-4ce5-9136-dd086315f58b",
    "street": "Incrocio Criscenti 32",
    "secondary": "Appartamento 65",
    "city": "Borgo Tiberio ligure",
    "state": "Bolzano",
    "stateAbbr": "MS",
    "zipCode": "92672",
    "country": "Qatar",
    "countryCode": "GU",
    "latitude": 23.8151,
    "longitude": 48.0707,
    "timeZone": "Asia/Chita"
  }
]

Use it in code

Fetch the same Italian 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=it"

Need thousands of rows at once? The bulk API returns up to 10,000 records per call.

FAQ

Is the italian 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 Italian (it) 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=it. It returns a JSON array of Italian records. Use ?seed=123 for deterministic output.

Fake Address Generator in other locales

MockForge generates fully synthetic data — no real personal information, ever.