IQ
PayloadIQ
PayloadIQ Utilities

URL Parser

Paste a URL and see it broken into protocol, host, port, path, query and fragment — with every query parameter decoded and listed.

Runs in your browser. Your input is not uploaded to PayloadIQ.

Uses the browser’s native URL parser, so it follows the same rules as fetch() and the address bar. You get the protocol, optional credentials, hostname and port, the path, the raw query string and the fragment — each with its own copy button.

Query parameters are split out and percent-decoded, so q=hello%20world shows as hello world. Duplicate keys are preserved in order. If you omit the scheme, https:// is assumed. It all runs locally.

Related utilities

URL Encode / DecodeBase64 Encode / DecodeJSON Formatter / ValidatorHTML Entity Encode / DecodeJSON Escape / UnescapeMorse Code TranslatorText Encrypt & DecryptAny File to Markdown
Open PayloadIQ Playground