Fake Address Generator (Brazil)

Brazilian addresses with CEP and state codes

Ad placeholder (leaderboard)

A fake Brazilian address generator produces correctly formatted addresses for Brazil, following the local convention of logradouro with número, bairro, cidade and UF, and an eight-digit CEP whose first digit identifies the postal region. It is meant for developers and testers exercising Brazilian e-commerce, shipping, and PIX payment flows.

How it works

The generator keeps the region, cidade, and state consistent:

  1. A cidade is chosen, each paired with its two-letter UF state code and the leading CEP digit Correios uses for its region.
  2. A logradouro (Rua, Avenida, Travessa, and so on) and name are picked, with a número and an occasional Apto complement.
  3. A bairro is selected, and the cidade - UF line is formed.
  4. A CEP is built in NNNNN-NNN format: the first digit comes from the region (0/1 São Paulo, 2 Rio de Janeiro, 3 Minas Gerais, 8 Paraná, 9 Rio Grande do Sul), with the remaining digits random.

Tips and notes

  • The leading CEP digit is region-correct, satisfying the most common regional and length checks; the full code is not tied to a specific street.
  • An Apto complement appears on many addresses, mirroring real Brazilian apartment addressing.
  • Generate a batch for seeding databases or import tests; everything runs locally with no network access.
Ad placeholder (rectangle)