All tools

Query string parser

Paste a URL query string and get its key/value pairs as JSON. Repeated keys become arrays and everything is URL-decoded. Runs locally - nothing is uploaded.

Parsed pairs (JSON)
{
  "q": "hello world",
  "tag": [
    "a",
    "b"
  ],
  "page": "2"
}

Related tools