Curated, filtered media lists served as API endpoints.
No output lists configured yet.
Append query parameters to any endpoint to filter results. All param names and values are case-insensitive.
| Filter | Params |
|---|---|
| language, country, genre, status | Text filters |
| year, rating, votes, runtime, popularity | Numeric filters |
| format | Output format (json, radarr, sonarr, imdb, csv, ...) |
Filter syntax:
| Syntax | Example | Meaning |
|---|---|---|
| value,value | ?country=US,CA | Include only US or CA |
| !value,value | ?language=!hi,ta,te | Exclude hi, ta, te |
| min-max | ?year=2000-2024 | Between 2000 and 2024 |
| >value | ?rating=>7 | Greater than 7 |
| <value | ?runtime=<120 | Less than 120 |
| >=value | ?votes=>=1000 | At least 1000 |
Example: /api/v1/lists/my-list?language=!hi,ta&year=2000-2024&rating=>7&format=radarr