URL Query Parameter Parser

Query parameters

Key Value
No query parameters

Free Online URL Query Parameter Parser

Paste a query string or a full URL and extract every key/value pair into a table. Duplicate keys are listed separately so you can inspect arrays and repeated params.

Accepted input

  • Raw query: foo=1&bar=two
  • With prefix: ?foo=1&bar=two
  • Full URL: https://example.com/path?foo=1