#
Filters
All filters supported by all endpoints
#
Common
Usage Example:
GET /api/v1/actors?language=en-US&size=10&page=1&sort=first_name,DESC
Info
The size option, by default, is set to 10 and LIMITED to 20 (Per page).
#
Pagination
The response pagination is enable by default with size=10 and page=1.
You can checkout all informations on response header.
#
Modification
The request can be modified/flexible using the modificaton symbols.
#
Usage Example:
All characters with last name like Wheeler, gender equals to 1 and birth date greater or equals to 1967-01-01
GET /api/v1/characters?last_name=*Wheeler&gender=1&birth_date=>=1967-01-01