URL Parser Online (Free) — Query Params & Components

Parse any URL into protocol, host, path, hash, and query parameters. Free browser-based URL parser with decoded values.

URLs carry structure — protocol, host, port, path, query string, and fragment. Parsing them manually is error-prone, especially with encoded query parameters in OAuth callbacks, analytics tags, and API endpoints.

What the Parse tab shows

  • Protocol (https), hostname, port, pathname, and hash fragment
  • Query parameters table with decoded names and values
  • Handles nested encoding (%2520 → space after double-decode)

Common debugging scenarios

  • OAuth redirect URIs with state and code parameters
  • UTM tracking links with multiple query params
  • API endpoints with encoded filter values
  • Broken links where encoding was applied twice

The URL workbench also includes Encode and Decode tabs with component, full URL, and form encoding modes — all shareable via link.

Parse a URL now