HomeToolsValidators › URL Validator & Parser
● Validators

URL Validator & Parser

Validate a URL and parse it into protocol, host, path, query and hash online, in your browser.

About this tool

Validate a URL and break it into its components — protocol, host, port, path, query parameters and fragment. If you omit the scheme, https is assumed.

Frequently asked questions

What counts as a valid URL?

Anything the WHATWG URL parser accepts. The tool normalises it and shows each part, so you can confirm it parses the way you expect.

Does it fetch the URL?

No — it only parses the string locally. It does not check whether the page exists.

Related validators tools