List a season's coverage or an episode's subtitles
list_subtitlesList subtitle coverage for a TV series by season, revealing which languages have subtitles for each episode, and retrieve subtitle records with download links.
Instructions
List what tvsubtitles.net holds for one series. Pass 'id' from search_titles. With 'season' alone the answer is that season's coverage, one row per episode saying which languages hold something, and 'kind' reads 'coverage'. Add 'episode' and the answer is the subtitle records themselves, with 'kind' reading 'subtitles'. Leaving 'season' out reads the newest season, and the answer says which one that was. This server reads the catalogue: each record carries the page to open to download it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | A show id from search_titles. The site answers an id it does not hold with a page. | |
| limit | No | Rows to render, 40 by default and 200 at most. | |
| season | No | Leave it out to read the newest season. The answer states which season it read. | |
| episode | No | Name an episode to read its subtitle records rather than the season's coverage. | |
| language | No | A language from list_languages, by its name, the site's two-letter code, or its BCP 47 tag. Left out, every language comes back. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| kind | Yes | Which shape 'results' takes. | |
| notes | Yes | ||
| cached | Yes | ||
| season | Yes | The season the site served, which it states on the page. | |
| source | Yes | ||
| episode | Yes | The episode read, or null for a season. | |
| results | Yes | Coverage rows when 'kind' is 'coverage', subtitle records when it is 'subtitles'. | |
| show_name | Yes | ||
| result_count | Yes | ||
| total_counts | Yes | What 'total_available' counted: the episodes of a season, or the records one episode held. | |
| filters_applied | Yes | ||
| filters_dropped | Yes | ||
| total_available | Yes | ||
| season_requested | Yes | The season that was asked for, or null when the newest was asked for. | |
| seasons_available | Yes |