Search found 5 matches

Go to advanced search

by viktoriia.macdev
Fri Nov 18, 2022 1:07 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 141995

Re: [OS] Brand new REST API for testing

I have noticed that the number of search results returned per page can be changed by adding a query parameter named per_page . But this parameter is not documented. Is it safe to specify it? Request: curl -L --request GET --url 'https://api.opensubtitles.com/api/v1/subtitles?per_page=300&query=s...
by viktoriia.macdev
Fri Nov 11, 2022 9:39 am
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 141995

Re: [OS] Brand new REST API for testing

OK. Thank you for the clarification!
by viktoriia.macdev
Thu Nov 10, 2022 1:16 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 141995

Re: [OS] Brand new REST API for testing

Hello. I have one more question. Search for English subtitles for the movie with filename s01e01 - the pilot and moviehash 1b0ad2f7cb68ce4e . The XMLRPC API request returns 500 results ( 1 result is matched by moviehash ). curl -L --data '<?xml version="1.0"?><methodCall><methodName>Search...
by viktoriia.macdev
Thu Oct 06, 2022 12:07 pm
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 141995

Re: [OS] Brand new REST API for testing

Hello. I am migrating my app to the new API and ran into a problem. When the file name is in Cyrillic , the search by query returns zero or much less results compared to XMLRPC API. Example: search for subtitles in English for the movie Жених напрокат (the file name is in Russian). Request: curl --...
by viktoriia.macdev
Wed Oct 05, 2022 10:35 am
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 141995

Re: [OS] Brand new REST API for testing

Hello. I am migrating my app to the new API and ran into a problem. When the file name is in Cyrillic , the search by query returns zero or much less results compared to XMLRPC API. Example: search for subtitles in English for the movie Жених напрокат (the file name is in Russian). Request: curl --l...

Go to advanced search