Mock Data Generator
Generate realistic fake data from a simple field schema — names, emails, addresses, dates, UUIDs and more — as JSON, CSV or SQL inserts. Great for seeding databases and prototyping; nothing is stored.
5 rows · JSON
[
{
"id": "df14d19f-56c4-2a88-5129-b264889dd017",
"name": "Maud Pfannerstill",
"email": "[email protected]",
"age": 3048,
"city": "Noreneville",
"active": false,
"created": "2025-09-23"
},
{
"id": "955d1b04-42a5-ccd1-9a24-4b17449e5ea9",
"name": "Glen Torp",
"email": "[email protected]",
"age": 10523,
"city": "Adellamouth",
"active": true,
"created": "2026-06-01"
},
{
"id": "b89b515d-ce88-879f-a9bb-e0d89c921bdb",
"name": "Ana Price",
"email": "[email protected]",
"age": 2419,
"city": "Lefflerberg",
"active": false,
"created": "2026-04-24"
},
{
"id": "a11a09ec-f564-7fdd-92ac-7db38611aaf4",
"name": "Paul Hansen",
"email": "[email protected]",
"age": 43483,
"city": "Collierport",
"active": true,
"created": "2026-07-17"
},
{
"id": "04ce5f1c-bae1-35ca-96e2-23d7ec0adef9",
"name": "Mariana Renner",
"email": "[email protected]",
"age": 91345,
"city": "Johnathanland",
"active": true,
"created": "2026-09-08"
}
]