Fake Data Generator
Developing and testing your apps need data to work with. With this API you can generate fake random data with different predefined layouts and you can even define your layout with various types of data. Use any of our API endpoints and get data for a faster development and testing cycle. All responses come with ID (integer) and UID (string).
Fake Data Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| /user | ||
| GET |
random_profiles /user/random_profiles |
This endpoint generate a list of fake user profiles |
| GET |
random_profile_by_id /user/random_profile_by_id |
Retrieve fake profiles by id. |
| /address | ||
| GET |
/random_address_by_id /address/random_address_by_id |
Retrieve a fake address by id |
| GET |
/random_address /address/random_address |
With this enpoints you can manage the generation of fake addresses and retrieve them by id. |
| /post | ||
| GET |
/random_post_by_id /post/random_post_by_id |
Retrieve fake post by id. |
| GET |
/random_post /post/random_post |
This endpoint generate a list of fake posts |
| /crypto | ||
| GET |
/random_crypto_by_id /crypto/random_crypto_by_id |
Retrieve fake crypto assets by id. |
| GET |
/random_crypto /crypto/random_crypto |
This endpoint generate a list of fake crypto assets |
| /credit_card | ||
| GET |
/random_credit_card_by_id /credit_card/random_credit_card_by_id |
Retrieve fake credit cards by id. |
| GET |
/random_credit_card /credit_card/random_credit_card |
This endpoint generate a list of fake credit cards |
| /company | ||
| GET |
/random_company_by_id /company/random_company_by_id |
Retrieve fake companies by id. |
| GET |
/random_company /company/random_company |
This endpoint generate a list of fake companies |
| /bank | ||
| GET |
/random_bank_by_id /bank/random_bank_by_id |
Retrieve fake banks by id. |
| GET |
/random_bank /bank/random_bank |
This endpoint generate a list of fake banks |
| /custom | ||
| GET |
/random_custom_by_id /custom/random_custom_by_id |
Retrieve fake data banks by id customizing the layout setting the number and type. You can define fake data layout with de 'layout' param. The structure of this param: ```… |
| GET |
/random_custom /custom/random_custom |
This endpoint generate a list of fake data ustomizing the layout setting the number and type. You can define fake data layout with de 'layout' param. The structure of this param:… |
Fake Data Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1.5 / month | — |
|
| ULTRA | $7 / month | — |
|