Build anything. Pay nothing.
| API | Method | Endpoint | Example | Copy |
|---|---|---|---|---|
| Get All Users | GET | /users/ |
https://apis-z5tu.onrender.com/users/ |
|
| Get User by ID | GET | /users/id/:id |
https://apis-z5tu.onrender.com/users/id/1 |
|
| Get by Salary | GET | /users/salary/:salary |
https://apis-z5tu.onrender.com/users/salary/1000 |
| API | Method | Endpoint | Example | Copy |
|---|---|---|---|---|
| Get All Animals | GET | /animals/ |
https://apis-z5tu.onrender.com/animals/ |
|
| Get by Name | GET | /animals/name/:name |
https://apis-z5tu.onrender.com/animals/name/lion |
|
| Get by Category | GET | /animals/cat/:cat |
https://apis-z5tu.onrender.com/animals/cat/mammal |
| API | Method | Endpoint | Example | Copy |
|---|---|---|---|---|
| Get All Posts | GET | /posts/ |
https://apis-z5tu.onrender.com/posts/ |
|
| Get Post by Title | GET | /posts/:title |
https://apis-z5tu.onrender.com/posts/how-to-code |
|
| Get Comments | GET | /posts/v/:id |
https://apis-z5tu.onrender.com/posts/v/123 |
| API | Method | Endpoint | Example | Copy |
|---|---|---|---|---|
| Get All Books | GET | /Books/ |
https://apis-z5tu.onrender.com/Books/ |
|
| Get Books by ID | GET | /Books/:id |
https://apis-z5tu.onrender.com/Books/123 |
|
| Get by Title | GET | /Books/title/:title |
https://apis-z5tu.onrender.com/Books/title/The Hobbit |
|
| Get by year | GET | /Books/year/:year |
https://apis-z5tu.onrender.com/Books/year/2000 |
|
| Get by genere | GET | /Books/genere/:genere |
https://apis-z5tu.onrender.com/Books/genere/Thriller |