Request parameters help you to filter and request specific data from an API endpoint.
Query parameters help you to filter and request specific data from an API endpoint.
You can add query parameters in two ways:
To add a parameter in the URL, append ?
at the end of the URL and add a parameter in key=value
format.
You can add multiple parameters by separating them using &
.
For example, the below URL is filtered to get the data of the first three Pokemon.
For which you will get a similar response:
You can use the Parameters tab to set key-value
pairs for your API requests. This tab also lets you add a description
for each parameter, helping you provide a clear explanation of what each parameter does and why itβs important.
Hoppscotch also offers a Bulk edit feature, allowing you to add or modify multiple request parameters at once, with each key-value pair on a new line separated by a colon (:). For example,
Try using the parameters tab to see if you get the same response as adding parameters in the URL.
Request parameters help you to filter and request specific data from an API endpoint.
Query parameters help you to filter and request specific data from an API endpoint.
You can add query parameters in two ways:
To add a parameter in the URL, append ?
at the end of the URL and add a parameter in key=value
format.
You can add multiple parameters by separating them using &
.
For example, the below URL is filtered to get the data of the first three Pokemon.
For which you will get a similar response:
You can use the Parameters tab to set key-value
pairs for your API requests. This tab also lets you add a description
for each parameter, helping you provide a clear explanation of what each parameter does and why itβs important.
Hoppscotch also offers a Bulk edit feature, allowing you to add or modify multiple request parameters at once, with each key-value pair on a new line separated by a colon (:). For example,
Try using the parameters tab to see if you get the same response as adding parameters in the URL.