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
| Parameter | Value |
|---|---|
| a | 1 |
| b | 2 |
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
Canonical URL Generator
Strip tracking parameters and normalize a URL to a clean canonical form.
UTM Builder
Build a campaign-tagged URL with UTM parameters for analytics tracking.
Keyword Density Checker
Check how often each word appears in your text, as a percentage.
HTTP Status Code Lookup
Look up what any HTTP status code means, from 100 to 504.
Slug Generator
Turn a title into a clean, URL-safe slug.
Meta Description Generator
Check the character length of a meta description against Google's typical cutoff.