Query String Builder & Parser
Build and parse URL query strings — add parameters, encode values
Parameters
=
=
Frequently Asked Questions
Are values automatically URL-encoded?
Yes. Special characters in parameter values are automatically percent-encoded using encodeURIComponent, ensuring the query string is valid.
Can I disable parameters without deleting them?
Yes. Use the checkbox next to each parameter to temporarily exclude it from the output URL without losing the key-value pair.