Liveformattingshipped v1.0.0
Data Faker / Mock Generator
Generate realistic mock data for testing and development. Define your data shape using a simple schema (or paste a TypeScript interface) and get arrays of fake records with names, emails, dates, addresses, UUIDs, and more. Export as JSON, CSV, or SQL INSERT statements.
mockfakerdatatestinggenerator
Schema
10 records
[
{
"id": 1,
"name": "Jack Anderson",
"email": "paul.garcia@ekofyi.com",
"age": 38,
"city": "New York",
"active": true
},
{
"id": 2,
"name": "Zack Brown",
"email": "alice.miller@demo.io",
"age": 24,
"city": "Singapore",
"active": true
},
{
"id": 3,
"name": "Eko Martin",
"email": "zack.jackson@demo.io",
"age": 46,
"city": "Berlin",
"active": false
},
{
"id": 4,
"name": "Jack Lee",
"email": "yara.thomas@ekofyi.com",
"age": 49,
"city": "Pontianak",
"active": true
},
{
"id": 5,
"name": "Nora Garcia",
"email": "uma.anderson@test.org",
"age": 56,
"city": "Tokyo",
"active": false
},
{
"id": 6,
"name": "Rita Miller",
"email": "tina.thomas@demo.io",
"age": 42,
"city": "Jakarta",
"active": false
},
{
"id": 7,
"name": "Rita Lopez",
"email": "rita.lopez@demo.io",
"age": 30,
"city": "Berlin",
"active": false
},
{
"id": 8,
"name": "Oliver Jackson",
"email": "henry.garcia@example.com",
"age": 21,
"city": "Bangkok",
"active": false
},
{
"id": 9,
"name": "Eve Martin",
"email": "uma.lee@test.org",
"age": 65,
"city": "Bangkok",
"active": true
},
{
"id": 10,
"name": "Kate Tan",
"email": "xavier.moore@ekofyi.com",
"age": 56,
"city": "Tokyo",
"active": false
}
]🔒 Generated locally. Up to 1000 records per run.