Developer Tools

URL Parser

Paste a URL to see it broken down into protocol, host, port, path, each query parameter, and fragment.

Protocolhttps:
Hostexample.com:8080
Hostnameexample.com
Port8080
Pathname/path/to/page
Hash#section

Query parameters

searchhello
page2

How to use this tool

  1. 1Paste a full URL.
  2. 2See it broken into its individual parts.
  3. 3Copy any individual piece you need.

Frequently asked questions

Does this work with relative URLs?+

No — this expects a full, absolute URL including protocol (e.g. https://).