Skip to content

HTTP & API tools

Convert cURL commands, inspect URLs, headers and cookies, and look up status codes. Every tool runs in your browser, so nothing you add is uploaded.

Reference

Plain-English explanations of HTTP status codes, with fixes for common errors.

cURL converters

Turn cURL commands into fetch, axios or Python requests code.

Inspect requests

Break down URLs, headers, cookies, user agents and Basic auth credentials.

About HTTP & API tools

Helpers for working with web requests and APIs: turn cURL commands copied from your browser or API docs into JavaScript, Python or Node.js code; break down URLs, cookies and user agents; check a site’s security headers; and look up what any HTTP status code means.

Commands and headers often contain tokens and session cookies, so everything is analysed locally in your browser and nothing is sent to our servers.

Frequently asked questions

Can these tools fetch a URL for me?

No. Fetching another site would need a server in the middle. Paste the command, URL or headers instead, and everything is analysed locally.