Skip to content
The Internet Compass

Internet & Networking

URL Parser

Breaks a URL into every component using the browser's native URL parser — the same logic that runs in real applications.

FreeNo sign-upRuns in your browser
Protocol
https
Host
example.com
Port
8080
Path
/products/shoes
Query parameters
color=red, size=10
Fragment
reviews
Origin
https://example.com:8080

How it works

  1. 1Paste any absolute URL
  2. 2See it broken into protocol, host, path, query and fragment
  3. 3Copy any individual component

Who this is for

  • Debugging a malformed URL
  • Extracting query parameters for inspection
  • Understanding an unfamiliar URL's structure