Portuguese (Brazil) UUID Generator
Generate random v4 UUIDs in bulk — perfect for primary keys, idempotency keys and test fixtures.
This generator produces Portuguese (Brazil) (pt_BR) localized data — region-appropriate names, addresses and formats. Need US English? Use the default UUID Generator.
Generate now
Example output (Portuguese (Brazil))
A small sample of the JSON this generator returns (uuid, pt_BR):
[
"5fb9220d-9b0f-4d32-a248-6492457c3890",
"21ffc41a-7170-4e4a-9488-2fcfe9e13056",
"d5482c1f-c30d-4bbc-b151-d95145bae71b"
]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=uuid&count=25&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) uuid 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 uuid 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=uuid&count=25&locale=pt_BR. It returns a JSON array of Portuguese (Brazil) records. Use ?seed=123 for deterministic output.
UUID Generator in other locales
German UUID Generator
de
French UUID Generator
fr
Spanish UUID Generator
es
Japanese UUID Generator
ja
Italian UUID Generator
it
Dutch UUID Generator
nl
MockForge generates fully synthetic data — no real personal information, ever.