🌐
REST API Playground
▶️ Send Request
GET
POST
PUT
PATCH
DELETE
HEAD
OPTIONS
Samples:
GET Post
GET Posts
POST Create
PUT Update
DELETE Post
GET Users
Headers
Body
Request Headers (JSON)
{ "Content-Type": "application/json" }
💡 Tip: Use JSON format for headers and body when working with JSON APIs
Response Body
Response Headers
Response Body
Click "Send Request" to execute the HTTP request