Japanese Fake Person Data Generator

Generate realistic fake people — names, emails, phones and addresses that line up — for tests, seeds and demos.

This generator produces Japanese (ja) localized data — region-appropriate names, addresses and formats. Need US English? Use the default Fake Person Data Generator.

Generate now

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

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 (Japanese)

A small sample of the JSON this generator returns (person, ja):

[
  {
    "id": "0fd32248-6492-4457-8c38-90921ffc41a7",
    "firstName": "陽菜",
    "lastName": "町田",
    "fullName": "陽菜 町田",
    "sex": "female",
    "email": "tq5q1o.n5mn5c15@example.com",
    "username": "tq5q1o_n5mn5c",
    "phone": "0092-63-5519",
    "birthDate": "1994-06-23",
    "jobTitle": "Chief Interactions Planner",
    "avatar": "https://avatars.githubusercontent.com/u/92187424",
    "address": {
      "street": "1丁目2番1号",
      "city": "悠希区",
      "state": "高知県",
      "zipCode": "325-1809",
      "country": "ロシア"
    }
  },
  {
    "id": "95145bae-71bc-48c7-8860-10a58e36c314",
    "firstName": "あゆみ",
    "lastName": "宮内",
    "fullName": "あゆみ 宮内",
    "sex": "female",
    "email": "9j69l29kv_i3yg3p77@example.com",
    "username": "9j69l29kv.i3yg3p",
    "phone": "08-6881-8588",
    "birthDate": "1965-09-04",
    "jobTitle": "Direct Integration Administrator",
    "avatar": "https://avatars.githubusercontent.com/u/81801477",
    "address": {
      "street": "8丁目1番5号",
      "city": "友美市",
      "state": "富山県",
      "zipCode": "935-7399",
      "country": "エクアドル"
    }
  },
  {
    "id": "27f3ac3b-5aa8-41d5-b209-a083a2b6e251",
    "firstName": "孝子",
    "lastName": "鈴木",
    "fullName": "孝子 鈴木",
    "sex": "female",
    "email": "i1pi1c_svokdk50@example.com",
    "username": "i1pi1c.svokdk90",
    "phone": "02-6855-2089",
    "birthDate": "1985-07-11",
    "jobTitle": "National Tactics Producer",
    "avatar": "https://avatars.githubusercontent.com/u/89711026",
    "address": {
      "street": "8丁目8番6号",
      "city": "東辰雄町",
      "state": "北海道",
      "zipCode": "160-1566",
      "country": "キューバ"
    }
  }
]

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=person&count=10&locale=ja"

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

FAQ

Is the japanese fake person data 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 person data 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=person&count=10&locale=ja. It returns a JSON array of Japanese records. Use ?seed=123 for deterministic output.

Fake Person Data Generator in other locales

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