Query Parameters to JSON
Paste a full URL or a query string to extract and convert its parameters into a JSON object.
What are Query Parameters?
Query parameters are key-value pairs appended to a URL after a question mark (?), separated by ampersands (&). For example, in https://example.com?name=John&age=30, the query parameters are name=John and age=30. Converting them to JSON makes it easy to read, process, or pass to APIs.
How to Use
-
Paste a full URL (e.g. https://example.com?foo=bar) or just the query string (e.g. foo=bar&baz=qux) into the input field.
-
Click Convert to parse the parameters into a formatted JSON object.
-
Click Copy JSON to copy the result to your clipboard.
Keywords: query parameters to JSON, URL params to JSON, parse query string, URL query string converter, query string parser online