Request parameters help you to filter and request specific data from an API endpoint.
?
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.