Developer Tools

URL Parser and Query Parameter Splitter

Parse a URL into protocol, host, port, path, query, and hash fields, and list each query parameter name and value. Useful for debugging API URLs and share links.

URLParserDeveloper

Favorite this tool

No favorite storage mode has been selected.

Quick actions

Copy this tool URL or open the system share sheet on a supported device.

Use cases

  • Inspect query parameter values in API requests
  • Break down complex share links with nested params
  • Verify protocol, host, and path on callback URLs

How to use

  1. Paste a full URL
  2. Review the field breakdown and parameter list
  3. Review the parsed fields and parameters

Example input and output

URL

https://example.com/path?a=1#hash

Highlights

protocol=https, host=example.com, pathname=/path

FAQ

Are query parameters listed individually?

Yes. Besides the full query string, each parameter name and value is listed for easy review.

Can it parse relative paths?

Enter a full URL with a protocol (for example https://). Relative paths lack host information and cannot be fully parsed.

Tools

Related tools

Continue with another translated tool for a nearby task.

Query String Builder

Query String Builder for URL Parameters

Available

Build a query string from key/value pairs in your browser and encode special characters. Useful for API debugging, tracking links, and share URL assembly.

URL Query

URL Tracking Param Cleaner

URL Tracking Parameter Cleaner (UTM, spm, gclid…)

Available

Strip common tracking parameters such as utm_*, spm, fbclid, and gclid from links, and extract URLs from surrounding text first when needed. Useful for tidying share links and reducing tracker noise. Cleanup runs locally in the browser.

URL Privacy Sharing