URL query parameter editor
Break a URL's query string into editable key-value pairs, then rebuild the URL.
How to use
- Paste a URL.
- Edit, remove, add, or sort the parameters.
- 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.