🚀 FreeAPI Hub

Build anything. Pay nothing.


👤 Users APIs

APIMethodEndpointExampleCopy
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

🐾 Animals APIs

APIMethodEndpointExampleCopy
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

📝 Posts APIs

APIMethodEndpointExampleCopy
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

📖 Books APIs

APIMethodEndpointExampleCopy
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