Random Color
Returns a random hex color plus HSL/RGB/RGBA representations.
Endpoint
GET/apis/random/colorA collection of free, no-authentication public APIs — useful for testing, prototyping, and learning. Every request below is a real live call to this deployment.
Returns a random hex color plus HSL/RGB/RGBA representations.
GET/apis/random/colorReturns a random number. Pass min/max for a bounded range.
GET/apis/random/numberGenerates a strong random password.
GET/apis/random/password?len=24Returns a v4 UUID.
GET/apis/random/uuidReturns a random first and full name.
GET/apis/random/nameReturns the current server time in multiple formats.
GET/apis/timeReturns the caller's public IP address.
GET/apis/ip/publicReturns WHOIS registration data for a domain.
GET/apis/whois?domain=example.comReturns a dataset of country/region information.
GET/apis/earth.infoFull CRUD-style REST resources for prototyping — albums, categories, comments, messages, notifications, photos, posts, products, profiles, stories, tags, todos, and users. Each supports GET/POST on the collection and GET/PUT/DELETE on /:id where applicable.
Returns the full list of todos.
GET/apis/jsonplaceholder/todosReturns a single todo.
GET/apis/jsonplaceholder/todos/1Returns the full list of posts.
GET/apis/jsonplaceholder/postsReturns the full list of users.
GET/apis/jsonplaceholder/users