URL
https://ex.com/search?q=uuup&page=2
JSON
{"q":"uuup","page":"2"}Developer Tools
Parse URL query strings into key/value pairs and structured JSON locally in your browser. Useful for debugging long GET params, pagination, and signature fields.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
开发工具
Parse URL query strings into key/value pairs and structured JSON locally in your browser. Useful for debugging long GET params, pagination, and signature fields.
URL
https://ex.com/search?q=uuup&page=2
JSON
{"q":"uuup","page":"2"}Yes. Full URLs are also supported—the tool extracts the query portion.
Repeated keys are preserved in a multi-value structure; exported JSON matches the table view.
Tools
Continue with another translated tool for a nearby task.
Query String Builder
Build a query string from key/value pairs in your browser and encode special characters. Useful for API debugging, tracking links, and share URL assembly.
URL Parser
Parse a URL into protocol, host, port, path, query, and hash fields, and list each query parameter name and value. Useful for debugging API URLs and share links.
URL Encode/Decode
Percent-encode or decode text with encodeURIComponent or encodeURI. Useful for query values, non-ASCII paths, and API debugging. All processing stays in the browser.