dev

URL Parser

Parse any URL into its components: protocol, host, port, path, query, and fragment. See exactly what each part of a URL means.

Frequently Asked Questions

What URL parts are shown?

Protocol, host, port, pathname, search (query), hash (fragment), username, and password.

Can I edit the URL and see changes?

Yes. Edit any component and see the reconstructed URL update in real-time.

Is my URL sent anywhere?

No. All parsing happens locally in your browser.

Related Tools

View all