Tool Hub

URL Parser

Edit URL query parameters in a table view

Break a URL into its parts — protocol, host, path, and query parameters. Edit, add, or remove individual query parameters and the full URL is reassembled instantly. Useful for inspecting tracking links, debugging API endpoints, and building parameterized URLs.

KeyValue

How to use

  1. Paste any URL into the input field — protocol, host, path, and query parameters are broken out immediately.
  2. Edit individual query parameter keys or values in the table below; the reconstructed URL updates live.
  3. Add new parameters with the add-row button or delete existing ones.
  4. Copy the share link to bookmark or send the current URL state.

Examples

  • Pasting https://example.com/search?q=hello&lang=en shows protocol https, host example.com, path /search, and two parameters q=hello and lang=en in editable rows.
  • Changing lang from en to fr in the table instantly updates the full URL shown at the top.

Verify outputs before using in production. No warranty — see Terms.