URL Parser
Parse and analyze URL components: protocol, hostname, path, query parameters, hash, and port.
href
https://user:pass@example.com:8080/path/to/page?q=hello&lang=en#sectionprotocol
https:hostname
example.comport
8080pathname
/path/to/pagesearch
?q=hello&lang=enhash
#sectionusername
userpassword
***origin
https://example.com:8080params
q=hellolang=enFrequently Asked Questions
What parts of a URL are parsed?
Protocol, hostname, port, pathname, search/query parameters (parsed into key-value pairs), and hash fragment.
Related Tools
URL Encoder / Decoder
Encode and decode URL-encoded strings. Handle special characters, query parameters, and percent-encoding.
IP Lookup
Look up IP address information including location, ISP, and timezone. Query your own IP or any other.
User Agent Parser
Parse browser User Agent strings. Identify OS, browser, and device.
HTTP Headers Checker
Fetch and display HTTP response headers from any URL.