List the languages the catalogue holds
list_languagesFind which subtitle languages are available on tvsubtitles.net, either for the whole catalogue or for a specific show by ID. Use it before filtering subtitles by language.
Instructions
List the languages tvsubtitles.net catalogues subtitles in. Called without arguments it returns the twenty-four the catalogue holds. Pass a show id from search_titles to read the languages that show actually holds, measured over one season and counted in episodes. Each entry carries the name the site prints, the two-letter code it addresses the language by, and the BCP 47 tag where that mapping is certain. Six of the site's codes differ from ISO 639-1 and one of them collides: the site writes 'br' for Brazilian Portuguese, which ISO assigns to Breton. Read this before narrowing list_subtitles by language.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | A show id from search_titles, to read what that show holds rather than what the catalogue does. Left out, the whole catalogue's languages come back. | |
| season | No | Which season to measure a show's languages over. Left out, the newest season is read. Ignored without 'id', because the catalogue has no season. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| scope | Yes | 'catalogue' is every language the site catalogues, whatever any show holds. 'season' is what one season of one show holds, which is what was measured when 'id' was passed. | |
| cached | Yes | ||
| season | Yes | The season measured, which the site states on the page it served. | |
| source | Yes | ||
| show_id | Yes | ||
| languages | Yes | ||
| show_name | Yes | ||
| language_count | Yes |