URL Parser & Query String Builder
Parse any URL into its components and rebuild query strings — 100% offline.
Query params
About this tool
The URL Parser splits any URL into its protocol, host, port, path, query parameters, and fragment, then lets you edit each field independently and rebuild the URL. Useful when debugging REST APIs, normalizing tracking parameters, or constructing deep-link URLs that include user-specific parameters.
How it works
All parsing and rebuilding happens in your browser via the standard URL Web API. Query parameters are stored as editable rows (key, value, enabled) so you can add, remove, rename, or disable individual keys and immediately see the rebuilt URL at the bottom of the panel.
Privacy
Nothing leaves your browser. There is no server-side proxy or analytics.