URL Parser
Split a URL into protocol, host, port, path, query, and fragment.
Runs locally · Nothing uploaded
URL
Components
Result will appear here…Advertisement
About URL Parser
Dissects a URL into every component — scheme, username, password, hostname, port, path segments, query parameters, and fragment — using the browser's standards-compliant URL parser. Great for debugging redirect chains, webhook targets, and anything where one character is off.
Related tools
API & HTTPRuns locally in your browser.Query String ParserBreak a query string into decoded key-value pairs.EncodingRuns locally in your browser.URL EncoderPercent-encode text so it is safe to place in URLs and query strings.Git & WorkflowRuns locally in your browser.GitHub URL ParserExtract owner, repo, branch, and path from any GitHub URL.