transformer.mock.schema
transformer.mock.rows
Limit is 10000.
formatter.output
"country": "USA"{{blank}} for a blank field (empty string in output)."email": "{{blank}}""price": 99.99, "isActive": true{{type}} for auto-generated data."name": "{{name}}", "email": "{{email}}", "date": "{{date}}"{{type:length}} to trim the value."shortName": "{{name:8}}", "shortWord": "{{word:5}}""profile": {"bio": "{{sentence:20}}"}, "tags": ["alpha", "{{word}}"]"username": "{{name:8}}" will generate a name trimmed to 8 characters."email": "{{blank}}" will generate a blank email field.Generate realistic fake data — names, emails, addresses, dates, and more — for testing, prototyping, and seeding databases, using a simple template syntax.
Define a template using placeholders like {{name}}, {{email}}, or {{address}}, and this mock data generator produces realistic, randomized JSON records instantly — no backend, no setup.
Useful for:
{{name}} and {{email}}No. All data is randomly generated and fictitious — it never represents real people or accounts.
Names, emails, phone numbers, addresses, cities, countries, dates, IDs, booleans, and more using simple template placeholders.
Yes, set the record count and the tool produces a JSON array with as many entries as you need.
Create realistic test data in seconds.