URL query parameter editor

Break a URL's query string into editable key-value pairs, then rebuild the URL.

The URL stays in this browser. Up to 20,000 characters and 500 parameters. A missing scheme is treated as https://.

How to use

  1. Paste a URL.
  2. Edit, remove, add, or sort the parameters.
  3. Copy the rebuilt URL.

What it supports

Duplicate keys are kept in order. Rows with an empty key and value are dropped. A missing scheme is treated as https://. The URL is never fetched — parsing only. Up to 20,000 characters and 500 parameters.

Related tools