Filters are used to refine your search results when working with the subtitle object. This page provides the complete list of supported playlist filters.
API v2 now availableVisit the API v2 documentation or follow the migration guide to upgrade.
| Fields | Description |
|---|---|
language | Limit the result set to subtitles of this language. |
limit | Limits the number of results per page. Max: 100 |
page | The page number to load. Allows to navigate from one page to the other when the results are on several pages. Max: 10 if limit=100Depends if has_more at the top of the page is true or false |
language
languageLimit the result set to subtitles of this language.
minimum lenght: 1 character / max lenght: 150 characters
| Type | Sample value | Read access | Write access |
|---|---|---|---|
| string | en | Public | N/A |
limit
limitLimits the number of results per page.
Max: 100
| Type | Sample value |
|---|---|
| number | 50 |
page
pageThe page number to load. Allows to navigate from one page to the other when the results are on several pages.
Max: 10 if limit=100
Depends if has_more at the top of the page is true or false
| Type | Sample value |
|---|---|
| number | 1 |
