Testing API
Free fake REST API with 'post', 'user', 'album', 'photo', 'todo'
https://freeapi.pageengineer.com/jsonplaceholder
/:type
Get all items by type (post, user, album, photo, todo)
https://freeapi.pageengineer.com/jsonplaceholder/post
/:type/:id
Get item by type and ID
https://freeapi.pageengineer.com/jsonplaceholder/post/1
/:type/limit/:limit
Get items by type and limit
https://freeapi.pageengineer.com/jsonplaceholder/post/limit/10
Configure your request above and click Send to see the response