German Fake Person Data Generator

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

This generator produces German (de) 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=de"

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

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

[
  {
    "id": "0fd32248-6492-4457-8c38-90921ffc41a7",
    "firstName": "Tomke",
    "lastName": "Moguenara",
    "fullName": "Tomke Moguenara",
    "sex": "female",
    "email": "tomke.moguenara15@example.com",
    "username": "tomke_moguenara",
    "phone": "(00926) 3551979",
    "birthDate": "2002-02-02",
    "jobTitle": "Customer Factors Executive",
    "avatar": "https://avatars.githubusercontent.com/u/19598286",
    "address": {
      "street": "Am Frankenberg 42",
      "city": "Gummersbach",
      "state": "Bremen",
      "zipCode": "51809",
      "country": "Schweden"
    }
  },
  {
    "id": "95145bae-71bc-48c7-8860-10a58e36c314",
    "firstName": "Ada",
    "lastName": "Reuber",
    "fullName": "Ada Reuber",
    "sex": "female",
    "email": "ada_reuber77@example.com",
    "username": "ada.reuber",
    "phone": "+49-8688-18588312",
    "birthDate": "1972-08-16",
    "jobTitle": "Internal Configuration Supervisor",
    "avatar": "https://avatars.githubusercontent.com/u/51074730",
    "address": {
      "street": "Hans-von-Dohnanyi-Str. 23",
      "city": "Göppingen",
      "state": "Niedersachsen",
      "zipCode": "73992",
      "country": "Libyen"
    }
  },
  {
    "id": "7f3ac3b5-aa81-4d52-b09a-083a2b6e251e",
    "firstName": "Fabienne",
    "lastName": "Mues",
    "fullName": "Fabienne Mues",
    "sex": "female",
    "email": "fabienne_mues5@example.com",
    "username": "fabienne_mues23",
    "phone": "(06855) 2089633",
    "birthDate": "1991-06-14",
    "jobTitle": "Human Accountability Consultant",
    "avatar": "https://avatars.githubusercontent.com/u/64203165",
    "address": {
      "street": "Am Sportplatz 960",
      "city": "Neu Abigailstadt",
      "state": "Niedersachsen",
      "zipCode": "66272",
      "country": "Haiti"
    }
  }
]

Use it in code

Fetch the same German 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=de"

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

FAQ

Is the german 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 German (de) 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=de. It returns a JSON array of German records. Use ?seed=123 for deterministic output.

Fake Person Data Generator in other locales

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