cURL Command Parser

Parse a curl command into method, URL, headers, and body.

Works Offline
Privacy First
No Login
No API

curl command

Structured breakdown

POST
https://api.example.com/users

Query params

KeyValue
activetrue

Headers

NameValue
Content-Typeapplication/json

Cookies

NameValue
sessionabc123

Body

JSON representation

About the cURL Command Parser

Paste a curl command and get a structured breakdown of its method, URL, query parameters, headers, cookies, form fields, and body, plus a JSON representation. This is the reverse of converting curl to fetch.

Examples

POST with headers

curl -X POST https://api.example.com -H 'Content-Type: application/json' -d '{"a":1}'

Output

{"method":"POST","url":"https://api.example.com"}

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-10 · Runs entirely in your browser