URL Parser
Parse web addresses into protocol, host, port, origin, pathname, query parameters, and fragments. Inspect raw and decoded values, duplicate keys, and rebuild queries privately in your browser.
WHATWG URL Primary Components
Pathname & Hierarchy Segments
| # | Decoded Segment | Raw Encoded | Encoding |
|---|---|---|---|
| 1 | products | products | Plain ASCII |
| 2 | red-shoes | red-shoes | Plain ASCII |
Query Parameters Table (6)
5 unique keys, 1 duplicated keys
| # | Parameter Key | Decoded Value | Occurrences | Detail |
|---|---|---|---|---|
| 1 | size | 42 | Single | Inspect |
| 2 | color | red | Single | Inspect |
| 3 | tag#1 of 2 | shoes | 2 duplicates | Inspect |
| 4 | tag#2 of 2 | sale | 2 duplicates | Inspect |
| 5 | tokenSensitive | •••••••• (masked secret) | Single | Inspect |
| 6 | utm_source | newsletter | Single | Inspect |
How to Parse and Inspect a URL Online
Paste an Absolute URL
Enter any complete web address starting with https://, http://, ftp://, or mailto: into the primary URL input field.
Inspect Core Components
Review the decomposed URL properties including scheme, hostname, port, origin, pathname segments, and fragment.
Analyze Query Parameters
Examine the query parameter table to inspect decoded values, raw percent-encodings, and duplicate parameter occurrences.
Edit & Rebuild Query (Optional)
Switch to 'Edit & Rebuild Query' mode to add, modify, reorder, duplicate, or delete parameters and watch the URL update live.
Copy Components or Full URL
Click any individual component copy button, export the raw search string, or copy the complete rebuilt URL.
What Is a URL Parser?
How URL Parsing Works
URL Components Explained
Protocol and Scheme
Hostname and Host
Ports in URLs
Origin Explained
URL Paths and Pathnames
Query Strings and Parameters
Duplicate Query Parameters
URL Encoding and Decoding
Detecting Double-Encoded Values
URL Fragments and Hashes
Parsing API and OAuth URLs
URL Credentials and Sensitive Data
Editing and Rebuilding Query Parameters
Browser-Based URL Parsing and Privacy
URL Parser Limitations and Security Considerations
Frequently Asked Questions
Frequently asked questions about URL parsing, WHATWG standards, query parameter editing, and URL component analysis.
Was this tool useful?
Your feedback helps us improve VClick Tools.