Krawl

HTML Echo
Echoes back the HTML content from a GET or POST request.
Loading...
JSON Responder
Returns a custom JSON response from a POST request.
Loading...

Make a POST request to this endpoint with your JSON in the body to receive it as a response.

Request Inspector
Inspect the headers, cookies, and data of your request.

Make any type of request to this endpoint. The results of the last request will be shown in the "Last Inspected Request" card.

Loading...

Try sending a POST request with a tool like curl or Postman to see the body contents.

curl -X POST -d "hello" /api/inspect
Status Code Generator
Returns any valid HTTP status code.
Loading...

Try accessing the endpoint with a tool like curl or in a new browser tab to see the status code.

Response Delay
Adds a delay to the response to test timeouts.
Loading...
Random Data
Generate random text (lorem ipsum) or JSON data.
Loading...
Auth Simulator
Simulate HTTP Basic and Digest authentication challenges.

This endpoint is protected by HTTP Basic Auth. Use the credentials below.

Loading...
JavaScript Sandbox
Execute arbitrary JavaScript on the server via an API endpoint.

POST your script to this endpoint:

Loading...
Pagination
Simulate paginating through a large dataset.
Loading...

Access the endpoint to get a paginated JSON response with 1000 total items.

Last Inspected Request
The details of the last request made to the /api/inspect endpoint.

No request inspected yet.

Make a request to the /api/inspect endpoint.