1. Testing a Public GET API
Frontend DeveloperBackground
A developer needs to verify the structure of a public user profile API before writing integration code.
Problem
Quickly inspect the JSON payload and headers returned by a GET request.
How to use
Set the URL to the API endpoint, select GET as the method, and click send.
URL: https://jsonplaceholder.typicode.com/users/1
Method: GETOutcome
The tool displays a 200 OK status code, response headers, and the formatted JSON user object.