URL Parser
Split a URL into protocol, host, port, path, query, and hash in the browser. Query parameters are listed separately. Use this to inspect tracking links, API endpoints, and encoded paths.
Query parameters
| Key | Value |
|---|
About URL Parser
Parse a URL online into protocol, username, host, port, path, query string, and hash. This free URL parser is built for inspecting API endpoints, tracking links, and encoded paths without guessing which part is the host and which part is a query value.
Developers paste a production URL from a log or ticket and read hostname, default port, and pathname at a glance. Analysts split UTM query parameters. Support teams check whether a redirect target still includes a fragment. Passwords in the userinfo section are not printed in full; only a length hint is shown.
Query parameters are listed in their own table with decoded keys and values. Duplicate keys stay as separate rows. The normalized href is ready to copy. Pair this page with the query string parser when you only have the search part, or with URL encode / decode when you need percent-encoding rather than structure.
Parsing runs in your browser, so tokens in the URL stay on your device. Use this free online URL parser whenever you need a private breakdown of an HTTP or HTTPS address.