URL Parser

Split a URL into protocol, host, port, path, parameters, and fragment.

Your data is processed locally in your browser.

Parts of a URL

The parser separates protocol, hostname, port, path, query, fragment, and origin, and lists repeated parameters without losing them.

Important considerations

An input without a protocol is interpreted as HTTPS and disclosed. The tool never navigates to, loads, or requests the URL.

Processing happens locally in your browser.

Explore all web development tools

Related tools