Skip to main content

URL Parser

Break a URL down into its parts — protocol, host, port, path, query string, search params, hash, credentials, subdomain, filename and file extension.

Input

Output

URL Parts
PartValue
No data yet
Was this helpful?

Guides

Paste any URL and break it down into every component part — protocol, host, port, path, query string, individual search params, hash, embedded credentials, subdomain, filename and file extension — without reading through the string character by character.

How to use it

  1. Paste a full URL (including its protocol, e.g. https://) into the input.
  2. The table updates automatically with each part, one row per part.
  3. Copy the table or download it as CSV if you need to keep the breakdown.

What each part means

  • Protocol — the scheme, e.g. https:.
  • Host / Hostname / Porthost includes the port if one is present; hostname and port are split out separately.
  • Pathname — everything after the host, before the query string.
  • Search / Search Params — the raw query string, and each key=value pair listed individually.
  • Hash — the fragment after #, if any.
  • Username / Password — credentials embedded in the URL (https://user:pass@host/), if present.
  • Subdomain — everything before the registrable domain, guessed from a bundled list of IANA top-level domains. Left blank when the guess isn't confident (e.g. a bare domain with no subdomain).
  • Filename / File Suffix — the last path segment and its extension, when the path looks like it points at a file rather than a directory.

Does it run on my device?

Yes — parsing happens entirely in your browser using the standard URL API. No URL you enter is sent anywhere.

urluriparserquery stringsubdomaindebugging

Love the tools? Lose the ads.

One payment clears every ad from your account, for good. No subscription, no tracking.