Build anything. Pay nothing.
- πΎ Animals
- π€ Users
- π Posts
- π₯ Books
β οΈ If the API does not respond immediately after pasting the URL, please wait a few secondsβthe connection should be established shortly.
| API Name |
Method |
Endpoint |
Example URL |
Description |
Auth |
| Get All Users |
GET |
/users/ |
https://apis-z5tu.onrender.com/users/ |
Retrieve all users |
β No |
| Get User by ID |
GET |
/users/id/:id |
https://apis-z5tu.onrender.com/users/id/1 |
Get a specific user by ID |
β No |
| Get by Salary |
GET |
/users/salary/:salary |
https://apis-z5tu.onrender.com/users/salary/1000 |
Filter users by salary |
β No |
| API Name |
Method |
Endpoint |
Example URL |
Description |
Auth |
| Get All Animals |
GET |
/animals/ |
https://apis-z5tu.onrender.com/animals/ |
Retrieve all animals |
β No |
| Get by Name |
GET |
/animals/name/:name |
https://apis-z5tu.onrender.com/animals/name/lion |
Find animal by name |
β No |
| Get by Category |
GET |
/animals/cat/:cat |
https://apis-z5tu.onrender.com/animals/cat/mammal |
Filter animals by category |
β No |
| API Name |
Method |
Endpoint |
Example URL |
Description |
Auth |
| Get All Posts |
GET |
/posts/ |
https://apis-z5tu.onrender.com/posts/ |
Retrieve all posts |
β No |
| Get Post by Title |
GET |
/posts/:title |
https://apis-z5tu.onrender.com/posts/how-to-code |
Find post by title |
β No |
| Get Post Comments by ID |
GET |
/posts/v/:id |
https://apis-z5tu.onrender.com/posts/v/123 |
Get comments for a specific post ID |
β No |
| API Name |
Method |
Endpoint |
Example URL |
Description |
Auth |
| Get All Movies |
GET |
/movies/ |
https://apis-z5tu.onrender.com/movies/ |
Retrieve all movies |
β No |
| Get Movie by ID |
GET |
/movies/:id |
https://apis-z5tu.onrender.com/movies/123 |
Find movie by ID |
β No |
| Get Movie by Title |
GET |
/movies/title/:title |
https://apis-z5tu.onrender.com/movies/title/inception |
Find movie by title |
β No |
| Get Movies by Year |
GET |
/movies/year/:year |
https://apis-z5tu.onrender.com/movies/year/2011 |
Filter movies by release year |
β No |
| Get Movies by Genre |
GET |
/movies/genere/:genere |
https://apis-z5tu.onrender.com/movies/genere/romance |
Filter movies by genre |
β No |