Network Tools
Popular
Recently added

URL Parser

Paste any absolute URL to inspect its components: protocol, credentials, hostname, port, path, query string, hash, and origin.

Features

  • Protocol, host, port, path
  • Query and hash inspection
  • Origin and full href
  • Copy parts as JSON

How to use URL Parser

  • 1
    Paste a full URL including protocol (https://..).
  • 2
    Review each component in the grid.
  • 3
    Copy JSON if you need a structured dump.

Examples

With query

Input
https://example.com/path?q=1#top
Output
hostname=example.com, pathname=/path, search=?q=1

About URL Parser

Split an absolute URL into protocol, host, path, query, and hash using the browser URL API. Useful for redirects, deep links, and API endpoint debugging.

Frequently asked questions

No. Provide an absolute URL with a protocol so the browser can parse it.

If present in the URL, the password component is displayed. Avoid pasting secrets into shared screens.

No. Parsing is local.