WeUtils.com

URL parser

Paste a URL to break it into protocol, host, path and query.

URL parser

Break any URL into its parts: protocol, host, path, each query parameter and the fragment (hash). Handy for debugging links, tracking parameters and API endpoints. It all runs in your browser.

The parts of a URL

In https://weutils.com/en/url-parser/?ref=home#top: the protocol is https, the host is weutils.com, the path is /en/url-parser/, the query has ref=home, and the fragment is top. Query parameters are listed individually so you can read each value.

Frequently asked questions

What is the fragment? The part after # — it points to a section of the page and isn’t sent to the server.

Is my URL uploaded? No — parsing is 100% local in your browser.