Utility Workspace

API Tester

Send lightweight browser-based API requests, inspect the response, export the result, and save request setups locally.

Headers

Request notes

This runs in the browser, so it is ideal for public APIs, staging endpoints, and fast debugging. Some APIs may block requests because of CORS.

cURL preview

curl \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  "https://jsonplaceholder.typicode.com/posts/1"

Response body

Send a request to inspect status, headers, and response data.

Response headers

Send a request to inspect returned headers here.

36TDevTools

Daily-use browser utilities for developers who want fewer tabs, faster outputs, and less repetitive busywork.

© 2026 36TDevTools. All Rights Reserved.

Workspace Active
#4ae517f4
Saved just now
Last opened: api-tester