You can add query parameters in two ways:
- Add them in the URL.
- Add them in the parameters tab.
Adding parameters in the URL
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.