Fake Data Jester API
The fastest fake data generation API in the world. Built for sub-millisecond response times , generating realistic mock JSON data for testing, QA, development, and prototyping. ## Why Fake Data Jester API? - **Fastest in the world** — Sub-millisecond latency (~50μs per request) - **127+ data modules** — The largest catalog of fake data types available via API - **Bulk generation** — Generate…
Fake Data Jester API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
healthCheck /health |
Returns server status, version, and current timestamp. |
| Modules | ||
| GET |
getModuleInfo /modules/{category}/{name} |
Returns detailed information about a specific module including a sample output. |
| GET |
listAllModules /modules |
Returns a complete list of all 127 data modules organized by category. |
| GET |
listModulesByCategory /modules/{category} |
Returns all modules within a specific category. |
| Generate | ||
| GET |
generateData /generate/{category}/{name} |
Generate one or more fake data objects from a module. - Without `count` parameter: returns a single object - With `count` parameter: returns an object with `module`, `count`, and… |
| Bulk | ||
| POST |
bulkGenerate /bulk |
Generate data from multiple modules in a single request with concurrent execution. - Up to 50 concurrent module generations - Results are returned in the same order as requested… |
Fake Data Jester API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | $4.99 / month | 100 / second |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $99.99 / month | — |
|