Skip to main content
The Encode URI Parameters action serializes key/value entries into query string format without adding the leading ?.

Inputs

Outputs

For search = red shoes and page = 2, the result is:
Names and values are encoded with standard URL query rules. Empty parameter sets produce empty text.
Parameter entries form an object, so each name can occur only once. Use a different approach when an API requires repeated keys such as tag=a&tag=b.