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.