Dutch Fake Person Data Generator
Generate realistic fake people — names, emails, phones and addresses that line up — for tests, seeds and demos.
This generator produces Dutch (nl) localized data — region-appropriate names, addresses and formats. Need US English? Use the default Fake Person Data Generator.
Generate now
Example output (Dutch)
A small sample of the JSON this generator returns (person, nl):
[
{
"id": "0fd32248-6492-4457-8c38-90921ffc41a7",
"firstName": "Victoria",
"lastName": "de Graaf",
"fullName": "Victoria de Graaf",
"sex": "female",
"email": "victoria.degraaf15@example.com",
"username": "victoria_degraaf",
"phone": "0092635519",
"birthDate": "1994-06-20",
"jobTitle": "Chief Interactions Planner",
"avatar": "https://avatars.githubusercontent.com/u/92187424",
"address": {
"street": "Evastraat 428",
"city": "Gouderakhoven",
"state": "Flevoland",
"zipCode": "8097 FA",
"country": "Slovenië"
}
},
{
"id": "45bae71b-c8c7-4860-a10a-58e36c3142ec",
"firstName": "Owen",
"lastName": "Cornelissen",
"fullName": "Owen Cornelissen",
"sex": "male",
"email": "owen.cornelissen@example.com",
"username": "owen_cornelissen33",
"phone": "+31681858831",
"birthDate": "1959-12-30",
"jobTitle": "Regional Creative Facilitator",
"avatar": "https://avatars.githubusercontent.com/u/695213",
"address": {
"street": "Ritsmalaan 49",
"city": "Lieveldeschoten",
"state": "Groningen",
"zipCode": "9924 HH",
"country": "Antarctica"
}
},
{
"id": "ac3b5aa8-1d52-409a-b083-a2b6e251ee4a",
"firstName": "Levy",
"lastName": "Lubbers",
"fullName": "Levy Lubbers",
"sex": "male",
"email": "levy_lubbers23@example.com",
"username": "levy.lubbers98",
"phone": "0652089633",
"birthDate": "1991-05-15",
"jobTitle": "Human Accountability Consultant",
"avatar": "https://avatars.githubusercontent.com/u/64203165",
"address": {
"street": "Daandijk 116c",
"city": "Deensehoven",
"state": "Overijssel",
"zipCode": "6272 IT",
"country": "Nieuw-Zeeland"
}
}
]Use it in code
Fetch the same Dutch 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=nl"Need thousands of rows at once? The bulk API returns up to 10,000 records per call.
FAQ
- Is the dutch 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 Dutch (nl) 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=nl. It returns a JSON array of Dutch records. Use ?seed=123 for deterministic output.
Fake Person Data Generator in other locales
German Fake Person Data Generator
de
French Fake Person Data Generator
fr
Spanish Fake Person Data Generator
es
Portuguese (Brazil) Fake Person Data Generator
pt_BR
Japanese Fake Person Data Generator
ja
Italian Fake Person Data Generator
it
MockForge generates fully synthetic data — no real personal information, ever.