Fake Data Generator

Generate realistic test data for development and testing. Free REST API with reproducible seeds.

Count: 10
GET /api/tools/fake?type=person&count=10
Click Generate to create fake data…

REST API — use in scripts and agents

curl "https://hatchloop.dev/api/tools/fake?type=person&count=5"
curl "https://hatchloop.dev/api/tools/fake?type=uuid&count=10"
curl "https://hatchloop.dev/api/tools/fake?type=person&count=3&seed=42"

Add ?seed=42 for reproducible results. Supported types: person, email, address, company, uuid, color, date, number, word, sentence