The Subtitles Search API allows users to search for movie or TV show subtitles based on various criteria such as film name, file name, specific IDs (IMDB, TMDB, SubDL), season and episode numbers, type (movie or TV), release year, and languages.
API rate limiting is applied; ensure to manage the number of requests as per your API key's allowance.
The search is optimized to first look for exact matches in the database and then proceed with broader criteria if necessary.
The language codes should follow the specific format provided in the API documentation to ensure accurate filtering of subtitles.
This API provides a powerful tool for developers to integrate subtitle search functionality into their applications, offering extensive filtering options to cater to a wide range of user preferences.
CURL Example Request
curl -X GET "https://api.subdl.com/api/v1/subtitles?api_key=example-api-key&film_name=Inception&type=movie&languages=EN"