URL?
URL Parser
Parse a URL into scheme, host, path, query, and hash. Decode query params into a pretty table.
Runs entirely in your browser · Your input is never transmitted
URL
Ready—
Query parameters
How to use
- Paste a URL.
- Inspect each component.
- Copy decoded parameters individually.
Frequently asked
Handles relative URLs?
No — use a full absolute URL starting with http:// or https://. Relative URLs need a base, which a browser tool can't assume.