FakeData
Generate realistic fake data for testing, prototyping, and development. Create mock persons, companies, addresses, credit cards, products, and lorem ipsum text in bulk with locale support. All data is randomly generated and not associated with real entities.
FakeData endpoints
| Method | Endpoint | Description |
|---|---|---|
| System | ||
| GET |
healthCheck /health |
Returns the current health status of the FakeData API. This endpoint requires no authentication and is intended for uptime monitoring. |
| GET |
getDocs /v1/docs |
Returns a JSON object describing the FakeData API, including endpoint descriptions, parameters, supported locales, and supported types. |
| Generators | ||
| GET |
generateProduct /v1/product |
Generates a single realistic fake product with name, description, price, category, SKU, brand, rating, and stock status. Useful for e-commerce testing and demo data. |
| GET |
generateCompany /v1/company |
Generates a single realistic fake company with name, industry classification, full address, phone number, website URL, and additional business metadata. Useful for populating CRM… |
| GET |
generatePerson /v1/person |
Generates a single realistic fake person with full name, email address, phone number, physical address, avatar URL, and date of birth. The generated data uses realistic patterns… |
| POST |
generateBulk /v1/generate |
Generate multiple fake data records of a specified type in a single request. Supports generating 1 to 100 records of persons, companies, addresses, credit cards, products, or… |
| GET |
generateCreditCard /v1/creditcard |
Generates a single fake credit card with valid Luhn checksum number, brand, expiry date, CVV, holder name, and issuer. Useful for testing payment flows. |
| GET |
generateAddress /v1/address |
Generates a single realistic fake street address with street name, house number, city, state/province, postal code, country, and geographic coordinates. The address follows… |
| Reference | ||
| GET |
listTypes /v1/types |
Returns a list of all available fake data types that can be generated using the /v1/generate endpoint. Each type includes a description and the fields that will be present in the… |
| GET |
getTiers /v1/tiers |
Returns the available rate limit tiers, pricing, and the current tier for the authenticated user. |
| Other endpoints | ||
| GET |
generateProduct /v1/product |
Generates a single realistic fake product with name, description, price, category, SKU, brand, rating, and stock status. Useful for e-commerce testing and demo data. |
| GET |
generateCompany /v1/company |
Generates a single realistic fake company with name, industry classification, full address, phone number, website URL, and additional business metadata. Useful for populating CRM… |
| GET |
generatePerson /v1/person |
Generates a single realistic fake person with full name, email address, phone number, physical address, avatar URL, and date of birth. The generated data uses realistic patterns… |
| POST |
generateBulk /v1/generate |
Generate multiple fake data records of a specified type in a single request. Supports generating 1 to 100 records of persons, companies, addresses, credit cards, products, or… |
| GET |
generateCreditCard /v1/creditcard |
Generates a single fake credit card with valid Luhn checksum number, brand, expiry date, CVV, holder name, and issuer. Useful for testing payment flows. |
| GET |
generateAddress /v1/address |
Generates a single realistic fake street address with street name, house number, city, state/province, postal code, country, and geographic coordinates. The address follows… |
| GET |
getDocs /v1/docs |
Returns a JSON object describing the FakeData API, including endpoint descriptions, parameters, supported locales, and supported types. |
| GET |
getTiers /v1/tiers |
Returns the available rate limit tiers, pricing, and the current tier for the authenticated user. |
| GET |
healthCheck /health |
Returns the current health status of the FakeData API. This endpoint requires no authentication and is intended for uptime monitoring. |
| GET |
listTypes /v1/types |
Returns a list of all available fake data types that can be generated using the /v1/generate endpoint. Each type includes a description and the fields that will be present in the… |
FakeData pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|