OpenSubtitle
**Description:** The OpenSubtitle API is an unofficial interface to access OpenSubtitle.org, providing users with functionalities to search for and download subtitles for movies. Built on the Flask framework in Python, this API offers a simple and intuitive way to interact with the vast repository of subtitles available on OpenSubtitle.org. **Key Features:** 1. **Search Subtitles**: Users can…
OpenSubtitle endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Search /find |
Search for Movies or TV series |
| GET |
Select the Subtitle /select_subtitle |
After finding the name you can see multiple version of subtitles so you have to select which you want. enter url from search or find endpoint |
| GET |
Get the link of selected Subtitle /get_link |
After select the exact version of subtitle now use the url in get link endpoint to receive direct download link. enter the url from select subtitle endpoint. |
| GET |
Downlaod /download |
now at the end you get the direct link and enter the url in download endpoint to download the subtitle. |
OpenSubtitle pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $1 / month | — |
|
| ULTRA | $5 / month | — |
|
| MEGA | Free | — |
|