Skip to main content
Tools Developer
QS

Query String Builder

v1.0 · Everything below stays in your browser

Build and parse query strings. Add key-value pairs visually or paste an existing query string to deconstruct.

Runs entirely in your browser · Your input is never transmitted

QUERY STRING
0 paramsReady
PARAMETERS
Ready

How to use

  1. Paste a query string OR add rows.
  2. Edits sync both views.
  3. Copy the encoded result.

Frequently asked

Array values?

Repeat the same key: ?tag=a&tag=b. PHP-style arrays with [] are not applied automatically — add [] to the key if your server expects it.