URL Parser

Break a URL into its parts — protocol, host, path, and query parameters — in your browser.

How to use

Type or paste a URL to split it into protocol, host, port, path, hash, and each query parameter. If you leave off the scheme, https:// is assumed. Parsing uses your browser's built-in URL engine.