URL Parser

Break any URL into its components — protocol, hostname, path, query parameters, and fragment hash.

URL Components

Protocolhttps:
Hostwww.example.com:8080
Hostnamewww.example.com
Port8080
Originhttps://www.example.com:8080
Pathname/path/to/page
Search?name=John&debug=true&lang=en
Hash#section-2
Username(none)
Password(none)

Query Parameters (3)

name=John
debug=true
lang=en

FAQ

Is URL Parser free to use?

Yes, URL Parser is completely free to use on UtilityCove.

Does URL Parser upload my data?

No. URL Parser runs in your browser, so your input stays on your device.

Can I use URL Parser on mobile?

Yes. URL Parser works on modern mobile and desktop browsers.