Synthetic Test Data API
# Synthetic Test Data API Synthetic Test Data API provides fast JSON endpoints for generating fake test data for development, QA, demos, database seeding, and prototyping. This API is designed for developers who need quick mock data without installing local libraries or writing custom scripts. All generated data is synthetic and intended for testing only. ## Features - Generate realistic mock…
Synthetic Test Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Read Root / |
Returns API status, welcome message, documentation URL, and available endpoint list. |
| GET |
Generate User /users |
Generates a realistic synthetic user profile for testing, demos, QA, and database seed data. |
| GET |
Generate Credit Card /credit_cards |
Generates synthetic credit card-style test data for development and QA. This is fake test data only, not real financial data. |
| GET |
Generate Company /generate/company |
Generates synthetic company information for testing business apps, CRM demos, and database seed data. |
| GET |
Generate Ecommerce /generate/ecommerce |
Generates synthetic ecommerce product and order-style test data for online store prototypes and QA testing. |
| GET |
Generate Crypto /generate/crypto |
Generates synthetic crypto wallet-style test data for development and demo purposes only. These are not real wallets. |
| GET |
Generate UUID /generate/uuid |
Generates a random UUID for testing, identifiers, mock records, and application development. |
Synthetic Test Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3 / month | — |
|
| ULTRA | $9 / month | — |
|
| MEGA | $29 / month | — |
|