Developer Tools
URL Query Parameter Editor
Inspect and edit URL query parameters without manually rewriting encoded URLs.
—Load a URL to edit its query parameters.
Safe query editing
The URL API handles percent-encoding when rebuilding the query string, so spaces and special characters are encoded correctly.
Repeated parameters
Repeated keys are preserved as separate rows, which is useful for filters such as tag=a&tag=b.