🔗 URL Parser

Parse any URL into its components: protocol, host, port, path, query params, and hash.

KeyValue

URL Parser

Parse any URL into its individual components. See the protocol, host, port, path, query parameters (decoded), hash fragment, and more.

Frequently Asked Questions

What URL components are shown?

Protocol, hostname, port, pathname, search params, hash, origin, and individual query parameters.

Can it parse relative URLs?

Relative URLs will be parsed relative to the current page. For accurate results, use absolute URLs.

What about encoded characters?

Query parameter values are automatically decoded for readability.