RESTful API Tester

Test the endpoints from https://restful-api.dev/

Get All Products

Method GET
URL https://api.restful-api.dev/objects
Response will appear here...

Get Single Product

Method GET
URL https://api.restful-api.dev/objects/{id}
ID
Response will appear here...

Create New Product

Method POST
URL https://api.restful-api.dev/objects
Body
Response will appear here...

Update Product (PUT)

Method PUT
URL https://api.restful-api.dev/objects/{id}
ID
Body
Response will appear here...

Update Product (PATCH)

Method PATCH
URL https://api.restful-api.dev/objects/{id}
ID
Body
Response will appear here...

Delete Product

Method DELETE
URL https://api.restful-api.dev/objects/{id}
ID
Response will appear here...