URL Parser
Break a URL down into its individual components, including protocol, domain, path, query parameters, and fragment, for debugging or building links.
Protocol
https:Hostname
example.comPort
8080Pathname
/path/to/pageSearch
?query=1&sort=ascHash
#sectionUsername
userPassword
passQuery parameters
query1sortascAbout the URL Parser
A URL parser breaks a URL down into its individual components, including protocol, domain, path, query parameters, and fragment, useful for debugging links or building URLs programmatically.
How to use
1
Paste a full URL into the input field.
2
View it broken down into protocol, host, path, query parameters, and fragment.
3
Copy any individual component you need.
Frequently asked questions
What's the difference between a path and a query parameter?
The path identifies a specific resource location, while query parameters (after the ?) pass additional data like search terms or filters to that resource.
What is the fragment part of a URL?
The fragment, appearing after a #, typically points to a specific section within a page and is not sent to the server as part of the request.
Related tools
Explore more tools in the SEO category.