I'm trying to understand why I don't see the movie Roma (2018) on the results of the following query call: https://api.opensubtitles.com/api/v1/features?query=Roma This is a problem with the content name/description index of this specific movie? If I use the imdb_id param, the movie is returned, so ...
Ok... after reading some other posts, someone mentioned the X-User-Agent header.
And works perfectly now with that additional header.
Maybe it's a good idea to refer this on the main API documentation page.
Hello everyone.. I'm trying to use opensubtitles API on my newly Flutter project, but I constantly get a 403 as a response. Sometimes it works, but rarely. Request call GET /api/v1/features?query=Jurassic HTTP/1.1 user-agent: MyAppName v1 accept: application/json accept-encoding: gzip host: api.open...