Developer Tools

Query String Builder for URL Parameters

Build a query string from key/value pairs in your browser and encode special characters. Useful for API debugging, tracking links, and share URL assembly.

URLQuery

Favorite this tool

No favorite storage mode has been selected.

Quick actions

Copy this tool URL or open the system share sheet on a supported device.

Use cases

  • Assemble API debugging URLs
  • Build tracking or share parameters
  • Convert multiline key=value pairs into a query string

How to use

  1. Enter key=value pairs one per line
  2. Review the generated query string
  3. Copy the result into your target URL

Example input and output

Pairs

q=uuup tools\nlang=en-US

Query

?q=uuup%20tools&lang=en-US

FAQ

Does it URL-encode keys and values?

Yes. Both keys and values are encoded with encodeURIComponent so spaces and special characters do not break the query.

How is this different from the URL builder?

This tool focuses on the query string. The URL builder also handles protocol, host, path, and hash.

Tools

Related tools

Continue with another translated tool for a nearby task.

URL Builder

URL Builder — Assemble and Parse Query Parameters

Available

Build URLs from protocol, host, port, path, hash, and query parameters with automatic value escaping, or parse a full URL back into fields. Handy for API debugging and campaign link setup. Processing stays in the browser.

URL Query Builder

URL Parser

URL Parser and Query Parameter Splitter

Available

Parse a URL into protocol, host, port, path, query, and hash fields, and list each query parameter name and value. Useful for debugging API URLs and share links.

URL Parser Developer

URL Encode/Decode

URL Encoder and Decoder

Available

Percent-encode or decode text with encodeURIComponent or encodeURI. Useful for query values, non-ASCII paths, and API debugging. All processing stays in the browser.

URL Encoding Decoding