REST API Best Practices for Parameter and Query String Usage
REST is one of the most widely used protocols for building API contracts. As a result, they're built such that parameters can be used to change HTTP requests to return the desired data, commonly in JSON.