Everyday Tools
Search

URL Parser

See exactly what each part of a URL means, broken down into its components.

Protocol

https:

Host

example.com:8080

Hostname

example.com

Port

8080

Path

/path/page

Hash

#section

ParameterValue
a1
b2

Processing happens locally in your browser. Nothing you enter is uploaded.

How It Works

Paste a full URL to see its protocol, host, path, query parameters, and hash listed separately.

Example

https://example.com:8080/path?a=1#top breaks into protocol (https:), host (example.com:8080), path (/path), and one query parameter (a=1).

Frequently Asked Questions

What's the difference between host and hostname?
Hostname is just the domain (example.com); host includes the port if one is specified (example.com:8080).

Related Tools