Page 1 of 1

How to simply get subtitles by movie name

Posted: Sun Sep 30, 2018 2:42 pm
by jerlam
Hello,

I have spent hours trying to understand how to get subtitles by movie name with the API, but I cannot have it to work:

Code: Select all

https://rest.opensubtitles.org/search/moviename-skyscraper/sublanguageid-all
Thanks

Re: How to simply get subtitles by movie name

Posted: Wed Oct 03, 2018 11:22 am
by oss
read REST documentation, use REGISTERED USER AGENT. Example:

Code: Select all

curl -A 'TemporaryUserAgent' https://rest.opensubtitles.org/search/query-skyscraper

Re: How to simply get subtitles by movie name

Posted: Sat Jan 05, 2019 10:18 pm
by muven89
can you share REST API Documentation LINK here.