Japanese Random Country Generator
Generate random countries with ISO codes and currency for dropdown fixtures and i18n tests.
This generator produces Japanese (ja) localized data — region-appropriate names, addresses and formats. Need US English? Use the default Random Country Generator.
Generate now
Example output (Japanese)
A small sample of the JSON this generator returns (country, ja):
[
{
"name": "ガイアナ",
"code": "VC",
"currency": "SAR"
},
{
"name": "メキシコ",
"code": "CC",
"currency": "CAD"
},
{
"name": "バハマ",
"code": "TF",
"currency": "MYR"
}
]Use it in code
Fetch the same Japanese 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=country&count=25&locale=ja"Need thousands of rows at once? The bulk API returns up to 10,000 records per call.
FAQ
- Is the japanese random country 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 random country generator?
- Names, addresses, phone numbers and other locale-specific fields are generated using Japanese (ja) 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=country&count=25&locale=ja. It returns a JSON array of Japanese records. Use ?seed=123 for deterministic output.
Random Country Generator in other locales
German Random Country Generator
de
French Random Country Generator
fr
Spanish Random Country Generator
es
Portuguese (Brazil) Random Country Generator
pt_BR
Italian Random Country Generator
it
Dutch Random Country Generator
nl
MockForge generates fully synthetic data — no real personal information, ever.