Fake Data Generator API
Generate realistic fake data for testing, prototyping, and development. Data types: - Persons: name, email, phone, avatar, job, company, full address - Companies: name, catch phrase, industry, contact info - Text: lorem ipsum paragraphs and sentences - Credit cards: masked numbers, type, expiry (safe - last 4 digits only) - UUIDs: RFC 4122 v4 UUIDs - Custom: pick any combination of 10+ field…
Fake Data Generator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
generateUuid /uuid |
Generate RFC 4122 v4 UUIDs. |
| GET |
generateCustom /custom |
Generate custom fake data by selecting which fields to include. |
| GET |
generateCreditCard /credit-card |
Generate safe, masked credit card data for testing. |
| GET |
generateText /text |
Generate placeholder text with configurable paragraphs and sentences. |
| GET |
generatePerson /person |
Generate realistic fake person profiles with name, email, phone, address, etc. |
| GET |
generateCompany /company |
Generate realistic fake company profiles. |