BetaSeries: subtitles
betaseries_subtitlesGet subtitles for episodes, seasons, and shows, view latest subtitle uploads, and report bad subtitles using the BetaSeries API.
Instructions
Call the BetaSeries "subtitles" API. Pick an operation and pass its parameters in the params object.
Available operations:
get-subtitles-episode [GET /subtitles/episode]: Display subtitles for a given episode. Params: id (ID of the episode), language? (Display only certain languages: all|vovf|vo|vf (Optional))
get-subtitles-last [GET /subtitles/last]: Display the latest subtitles retrieved by BetaSeries. Params: number? (Number of subtitles, maximum 100), language? (Display only certain languages: all|vovf|vo|vf (Optional))
get-subtitles-season [GET /subtitles/season]: Display subtitles for a season or all seasons. Params: id (ID of the series), season? (Season number or 'all' to retrieve packages for all seasons (Optional, default is all)), language? (Display only certain languages: all|vovf|vo|vf (Optional))
get-subtitles-show [GET /subtitles/show]: Display subtitles for a given show. Params: id (ID of the show), language? (Display only certain languages: all|vovf|vo|vf (Optional))
post-subtitles-report [POST /subtitles/report]: Reports subtitles as incorrect to be removed from the list.. Params: id (ID of the subtitle), reason? (Reason why the subtitle is incorrect)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Query parameters for the chosen operation, as string key/value pairs. See this tool's description for the accepted parameter names per operation. | |
| operation | Yes | Which operation to perform |