Skip to content
littlekit.app
All tools

Query string editor

Edit query parameters as rows, preserve repeated names, and build an encoded URL with a live preview.

Rows replace its query. Import an existing query before editing.

Duplicate names, empty values and row order are preserved. Uncheck a row to leave it out without deleting it. The URL fragment is kept.

Parameter 1
Parameter 2
2 / 100 rows · 2 included
Encoded URL58 characters
https://example.com/search?q=good+coffee&tag=local#results
Processed on your device

How it works & useful details

How this tool works

Use HTTP(S) URLs without credentials. Import the URL query to populate the rows; otherwise the rows replace it. Duplicate keys, empty keys, empty values and order are preserved. URLSearchParams uses + for spaces and normalizes query encoding. Import uses forgiving decoding for invalid UTF-8 sequences. Up to 100 rows, 256 characters per name and 2,048 per value.

URLSearchParams specification