Parse a URL into readable parts without sending it anywhere.
Include https://, http://, or another supported protocol.
Parsed URL parts will appear here.
Inspect a URL
Paste a complete URL, including its protocol, to see the pieces that browsers use for navigation and requests. Query strings and fragments remain readable instead of being hidden in one long value.
The parser uses the browser's standard URL constructor, which gives you the same validation rules used by client-side JavaScript.
Privacy
URLs are parsed locally. They are not sent to a server or saved after you leave the page.