Query String Parser
Turn a ?key=value URL query string into a clean, readable list of parameters. Free, no signup.
No signup100% in your browserFree forever
Frequently Asked Questions
- Do I need the leading question mark?
- No. The tool strips it if present, so you can paste the raw parameters too.
- Are values URL-decoded?
- Yes. Percent-encoded values such as %20 are turned back into normal characters.