Developer Tools

URL Parser

Break any URL into its parts — protocol, host, path, query parameters and fragment.

About the URL Parser

The URL Parser dissects a URL into protocol, hostname, port, path and fragment — and lists every query parameter decoded on its own line. Ideal for debugging tracking links and API calls.

Yes — %20 and + become spaces, %C3%A4 becomes ä, so you see the real values.