URL Builder
Compose a URL from its parts with correctly percent-encoded query parameters.
A URL builder assembles a link from its parts — scheme, host, path, query parameters and fragment — and percent-encodes each value so spaces, ampersands and non-ASCII characters cannot break the query string. It then shows the parsed result so you can confirm the browser reads it as intended.
Runs in your browser- Privacy
- Runs entirely in your browser — nothing is uploaded
- Cost
- Free, unlimited, no sign-up
Frequently asked questions
When must I encode a query value?
How to use the url builder
- 1Enter or paste your base url.
- 2Enter or paste your path.
- 3Add each query parameters as a key and value pair.
- 4Enter or paste your fragment.
- 5Turn "Encode values" on or off as needed.
- 6The result appears immediately — copy or download it.
Embed this tool
Put the working url builder on your own site. It runs in your visitors' browsers exactly as it does here — free, no account, nothing uploaded.
Share this tool
Related tools
Query String to JSON ConverterConvert URL query strings to JSON and build query strings from JSON objects.URL Encoder & DecoderPercent-encode text for safe use in URLs, and decode encoded URLs back to readable text.URL ParserBreak a URL into protocol, host, path, query parameters and fragment.Multi-Format EncoderEncode text into Base64, hex, binary, URL, HTML entities, ROT13 and more, all at once.API Request BuilderBuild an HTTP request visually and get it as curl, fetch, axios, Python, Go or PHP code.GraphQL FormatterFormat or minify a GraphQL query, mutation or schema, and inspect its depth.
Last updated
More developer tools