Random Chunk API
A simple random picker for names, movies, TV shows, quotes, and numbers. A simple JSON object, user object, and array generator.
Random Chunk API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Object | ||
| POST |
getRandomObject /api/object |
Generate simple single-level JSON objects by specifying a JSON object schema with the keys name and value type(boolean, array,) |
| Name | ||
| GET |
getRandomName /api/name |
Returns random people's names.. |
| Date | ||
| GET |
getRandomDate /api/date |
Get random date. |
| Password | ||
| GET |
getRandomPassword /api/password |
Get random password string. |
| Simple User | ||
| GET |
getRandomUser /api/user |
Returns random user data such as name, e-mail, etc. |
| Movie | ||
| GET |
getRandomMovie /api/movie |
Returns random movies from over 1000 movie list. |
| TV show | ||
| GET |
getRandomTvshow /api/tvshow |
Returns random TVshows. |
| Word | ||
| GET |
getRandomWord /api/word |
Get random words. |
| Array | ||
| GET |
getRandomArray /api/array |
Generate a random array with numbers, words or mixed values. |
| Quote | ||
| GET |
getRandomQuote /api/quote |
Get a random quote. |
| Color | ||
| GET |
getRandomColor /api/color |
Get a random quote. |
Random Chunk API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $3.99 / month | — |
|
| ULTRA | $6.99 / month | — |
|
| MEGA | $9.99 / month | — |
|