How to Use
Paste or type any URL into the input field.
The tool instantly parses and displays all URL components.
Switch between Table, JSON, and List output formats.
Query parameters are shown separately beneath the main components.
Key Features
Full URL Breakdown
Parses protocol, hostname, port, path, query string, and fragment from any valid URL.
Query Parameter Extraction
Displays all query string key-value pairs in a clean, readable format, including repeated keys.
Multiple Output Formats
View results as a table, raw JSON, or plain list — whichever suits your workflow.
Instant Live Parsing
Results update in real time as you type, with no button press required.
Privacy & Security
All URL parsing happens entirely in your browser using the built-in URL API. No data is ever sent to any server.
Frequently Asked Questions
What URL formats are supported?
Any valid absolute URL with a protocol (http, https, ftp, etc.) is supported. Relative URLs without a protocol cannot be parsed by the standard URL API.
Can it parse URLs with multiple query parameters?
Yes. All query parameters are extracted and displayed as individual key-value pairs, including repeated keys with the same name.
What is the fragment (#) part of a URL?
The fragment (also called the hash) identifies a section within a page. It is processed entirely by the browser and is never sent to the server.
What is the difference between host and hostname?
Hostname is just the domain (e.g. example.com), while host includes the port if one is present (e.g. example.com:8080).