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": "cb55e549-b957-b73a-273c-7b98560e0d8e",
    "name": "Roxanne Gibson",
    "email": "[email protected]",
    "age": 99639,
    "city": "Lake Reinabury",
    "active": true,
    "created": "2025-10-08"
  },
  {
    "id": "ca71e030-47b8-f1f0-47e6-1092e0c5bc8c",
    "name": "Sherwood Marks",
    "email": "[email protected]",
    "age": 67542,
    "city": "North Quintonland",
    "active": true,
    "created": "2026-06-18"
  },
  {
    "id": "bcc0ef51-d860-89d5-9a53-6d96d3aa9a6f",
    "name": "Braulio Leuschke",
    "email": "[email protected]",
    "age": 50107,
    "city": "New Nehaland",
    "active": true,
    "created": "2026-06-05"
  },
  {
    "id": "a4792ea4-57ac-0463-0eec-fb89bf382037",
    "name": "Rhea Crooks",
    "email": "[email protected]",
    "age": 66724,
    "city": "East Selmerport",
    "active": true,
    "created": "2026-03-15"
  },
  {
    "id": "0d39a018-8429-b1c9-7a97-ec406d74cf55",
    "name": "Kaden Pfannerstill",
    "email": "[email protected]",
    "age": 45539,
    "city": "Corineview",
    "active": false,
    "created": "2026-03-20"
  }
]