URL Encoder / Decoder
Web Tools
Percent-encode and decode URLs and query parameters.
Open ToolBuild cURL, fetch and Python requests snippets from a request.
Writing a cURL command by hand means remembering flag order, quoting and how to escape a JSON body. This builder assembles it from structured fields instead.
The same request is emitted as a JavaScript fetch call and a Python requests snippet so you can move between a terminal test and application code without rewriting anything. No request is ever executed here.
Web Tools
Percent-encode and decode URLs and query parameters.
Open ToolWeb Tools
Search a reference of HTTP status codes and their meanings.
Open ToolWeb Tools
Find the MIME type for a file extension, or the reverse.
Open ToolWeb Tools
Parse, edit and rebuild URL query parameters.
Open Tool