URL Parser
Instantly break a URL down into its protocol, host, path, query parameters, and fragment, right in your browser.
Enter a URL below to instantly break it down into its protocol, host, path, query parameters, and fragment - entirely in your browser.
The parser uses the browser's standard URL implementation - the same one used when you follow a link - to split a URL into its protocol, hostname, port, path, query string and fragment, and lists every query parameter with its decoded value. It is handy for inspecting tracking parameters such as utm_source, redirect targets embedded inside another URL, and API endpoints. Relative addresses like /page?id=1 cannot be parsed on their own, because they have no protocol or host. JustChecker builds tools that respect your data - this one never leaves your browser.