Portuguese (Brazil) Fake Address Generator

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

This generator produces Portuguese (Brazil) (pt_BR) 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=pt_BR"

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 (Portuguese (Brazil))

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

[
  {
    "id": "5fb9220d-9b0f-4d32-a248-6492457c3890",
    "street": "19983 Marginal Janaína",
    "secondary": "Apto. 509",
    "city": "Maria Helena de Nossa Senhora",
    "state": "Paraíba",
    "stateAbbr": "PB",
    "zipCode": "19798-590",
    "country": "Colômbia",
    "countryCode": "AT",
    "latitude": -31.4406,
    "longitude": -40.0762,
    "timeZone": "America/Halifax"
  },
  {
    "id": "d5482c1f-c30d-4bbc-b151-d95145bae71b",
    "street": "7454 Rua Alícia",
    "secondary": "Lote 35",
    "city": "Costa de Nossa Senhora",
    "state": "Rio Grande do Sul",
    "stateAbbr": "DF",
    "zipCode": "02198-688",
    "country": "Ilha do Natal",
    "countryCode": "TN",
    "latitude": 7.0816,
    "longitude": 110.6785,
    "timeZone": "Indian/Kerguelen"
  },
  {
    "id": "5136dd08-6315-4f58-8b5f-f474409804e3",
    "street": "9267 Marginal Helena",
    "secondary": "Lote 65",
    "city": "Rebeca de Nossa Senhora",
    "state": "Ceará",
    "stateAbbr": "AL",
    "zipCode": "56052-616",
    "country": "Vaticano",
    "countryCode": "UY",
    "latitude": -65.2463,
    "longitude": -57.2161,
    "timeZone": "Africa/Porto-Novo"
  }
]

Use it in code

Fetch the same Portuguese (Brazil) 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=pt_BR"

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

FAQ

Is the portuguese (brazil) 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 Portuguese (Brazil) (pt_BR) 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=pt_BR. It returns a JSON array of Portuguese (Brazil) records. Use ?seed=123 for deterministic output.

Fake Address Generator in other locales

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