URL Parser

Break a URL into protocol, host, port, path, query, and hash.

Works Offline
Privacy First
No Login
No API

URL input

Paste any absolute URL to break it down

Components

Parsed parts of the URL

Protocol
https
Host
example.com
Port
8443
Path
/path/to/page
Hash
#section
Origin
https://example.com:8443

Query parameters

Editable — changes rebuild the URL below

Rebuilt URL

About the URL Parser

Paste any absolute URL to see its protocol, hostname, port, path, and hash broken out, plus an editable table of query parameters that live-rebuilds the URL as you change them.

Examples

Parse URL

https://example.com/path?a=1#top

Output

host: example.com, path: /path, query a=1

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser