Edit URL query parameters without manually cutting apart a long address. Paste a full URL, relative path, protocol-relative URL, or only the query string, then add, remove, duplicate, reorder, and rebuild the parameters.
This is useful for cleaning tracking links, adjusting UTM parameters, checking encoded values, or creating a test URL for a product page, API route, search page, or analytics campaign.
Accepted Input
The editor accepts full URLs such as https://example.com/page?a=1, relative paths such as /page?a=1, protocol-relative URLs such as //example.com/page?a=1, and query-only values such as ?a=1&b=2.
When the input includes a hash fragment, the tool keeps it in the rebuilt URL. That matters for links where the hash points to a section, route state, or client-side view.
Editing Parameters
Each query parameter becomes a row with a key and value. You can add new rows, delete rows, duplicate an existing row, and move rows up or down.
Copy Options
Copy URL returns the rebuilt URL or path. Copy query returns only the ?query portion. Use the query-only copy when you need to paste parameters into another system without changing the base address.