Code Flick TechnologiesToolscodeftech.com

Mock Data Generator

Generate realistic-looking fake data — names, emails, addresses, phone numbers, IDs, lorem ipsum — as JSON or CSV. For testing forms, populating dev databases, or seeding fixtures.

100% in your browser. Files never uploaded.
Schema
Output
[
  {
    "id": "487277",
    "name": "Tariq Garcia",
    "email": "priya.williams@demo.dev",
    "city": "Paris"
  },
  {
    "id": "919498",
    "name": "Omar Smith",
    "email": "george.khan@test.io",
    "city": "Mumbai"
  },
  {
    "id": "208450",
    "name": "Diana Miller",
    "email": "leila.smith@demo.dev",
    "city": "Dubai"
  },
  {
    "id": "807980",
    "name": "Julia Williams",
    "email": "mohammed.hassan@sample.org",
    "city": "Paris"
  },
  {
    "id": "418738",
    "name": "Karim Singh",
    "email": "nadia.williams@mail.example",
    "city": "London"
  },
  {
    "id": "225316",
    "name": "Qasim Anderson",
    "email": "xena.chowdhury@mail.example",
    "city": "Toronto"
  },
  {
    "id": "306259",
    "name": "Uma Miller",
    "email": "karim.yamamoto@mail.example",
    "city": "New York"
  },
  {
    "id": "839248",
    "name": "Qasim Wilson",
    "email": "uma.smith@test.io",
    "city": "Tokyo"
  },
  {
    "id": "565302",
    "name": "Alice Hussain",
    "email": "rania.kumar@sample.org",
    "city": "Paris"
  },
  {
    "id": "249725",
    "name": "Diana Singh",
    "email": "sara.kumar@sample.org",
    "city": "Doha"
  },
  {
    "id": "934615",
    "name": "Diana Chowdhury",
    "email": "tariq.brown@mail.example",
    "city": "Paris"
  },
  {
    "id": "426894",
    "name": "Tariq Ahmed",
    "email": "omar.jones@mail.example",
    "city": "Sydney"
  },
  {
    "id": "308389",
    "name": "Sara Anderson",
    "email": "rania.williams@demo.dev",
    "city": "Paris"
  },
  {
    "id": "914482",
    "name": "Imran Chowdhury",
    "email": "qasim.ahmed@mail.example",
    "city": "Doha"
  },
  {
    "id": "392172",
    "name": "Leila Patel",
    "email": "george.martinez@example.com",
    "city": "Paris"
  },
  {
    "id": "482682",
    "name": "Yusuf Miller",
    "email": "edward.lee@sample.org",
    "city": "Paris"
  },
  {
    "id": "615724",
    "name": "Omar Jones",
    "email": "qasim.davis@test.io",
    "city": "New York"
  },
  {
    "id": "923945",
    "name": "Vivek Ahmed",
    "email": "leila.wilson@demo.dev",
    "city": "Mumbai"
  },
  {
    "id": "436025",
    "name": "Julia Williams",
    "email": "yusuf.chowdhury@test.io",
    "city": "Mumbai"
  },
  {
    "id": "821664",
    "name": "Uma Miller",
    "email": "wafa.garcia@mail.example",
    "city": "Tokyo"
  }
]

How to use

  1. 1
    Define your schema
    Pair field names with types.
  2. 2
    Pick rows + format
    Up to 5000 rows as JSON or CSV.
  3. 3
    Copy
    Drop into a fixture file or seed script.

Related tools