Mock Data API
Mock Data Generator API Instantly generate realistic fake data for your apps, tests, and prototypes. No sign-up, no database, no setup — just call the endpoint and get fresh random data on every request. What you get: - Users — names, emails, job titles, companies, and addresses - Products — product names, prices, categories, descriptions, and SKUs - Posts — blog/social post titles, body…
Mock Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| List | ||
| GET |
List Users /api/v1/users |
Returns a JSON array of fake user profiles (name, email, job, company, address). Values are generated with Faker and change on every request. Each object includes: `id`,… |
| GET |
List Posts /api/v1/posts |
Returns a JSON array of fake blog/social posts: title, body, author, timestamp. Values are random per request. Each object includes: `id`, `title`, `content`, `author`,… |
| GET |
List Products /api/v1/products |
Returns a JSON array of fake e-commerce products: name, price, category, description, SKU. Values are random per request. Each object includes: `id`, `product_name`, `price`,… |
| Other endpoints | ||
| GET |
Service info / |
Returns JSON with the service name and links to interactive docs (`/docs`), health (`/health`), and API prefix (`/api/v1`). No authentication required. Example: 200 { "service":… |
| GET |
Health /health |
Lightweight health check for uptime monitors. Returns `{"status":"ok"}`. No authentication required |
Mock Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / minute |
|
| PRO Recommended | $15 / month | 500 / minute |
|
| ULTRA | $45 / month | 1000 / minute |
|
| MEGA | $100 / month | 250 / second |
|