cURL Command Parser
Parse a curl command into method, URL, headers, and body.
curl command
Structured breakdown
Query params
| Key | Value |
|---|---|
| active | true |
Headers
| Name | Value |
|---|---|
| Content-Type | application/json |
Cookies
| Name | Value |
|---|---|
| session | abc123 |
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
.htaccess Redirect Generator
Dev Utilities
Generate Apache .htaccess redirect and rewrite rules.
Bash Alias Generator
Dev Utilities
Create shell aliases for Bash, Zsh or Fish with correct quoting.
Chmod Calculator
Dev Utilities
Unix permission calculator: checkboxes, octal, and symbolic.
Code Comment Stripper
Dev Utilities
Remove comments from JS, HTML, Python, or SQL source.
Code Diff Merger
Dev Utilities
Side-by-side line diff of two code snippets with stats.
Cron Expression Builder
Dev Utilities
Build cron expressions visually with a human-readable description.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-10 · Runs entirely in your browser