Parse URL query strings into key-value pairs. This tool extracts all parameters from query strings, decodes URL-encoded values, and displays them in an easy-to-read format. Perfect for debugging URLs, analyzing API requests, and working with query parameters.
Paste a query string (the part after ? in a URL) or a full URL, and the tool will extract and display all parameters as key-value pairs.
Yes, the tool automatically decodes URL-encoded values (percent encoding) to show the original parameter values.
Yes, the tool recognizes array notation (key[]=value) and can parse complex query string structures.