Search found 3 matches

Go to advanced search

by joeyck
Wed Dec 30, 2020 2:44 am
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 182080

Re: [OS] Brand new REST API for testing

Would take a bit of a different approach, making something like /discover/latest, taking a language parameter, that could do ? While I'm there, how many results you want ? or last uploads in last 7 days ? That would be great!! Maybe just returning the last 15-20 results is enough because sometimes ...
by joeyck
Tue Dec 29, 2020 6:05 am
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 182080

Re: [OS] Brand new REST API for testing

the issue here is that you just search with a language.... that's not enough parameters (you can't just list all subtitles per languages like this if it's what you were trying to achieve). you need to send together a query, or some id. The cookies appearing in the response was an error, it'll be go...
by joeyck
Sun Dec 27, 2020 9:33 am
Forum: Developing
Topic: [OS] Brand new REST API for testing
Replies: 123
Views: 182080

Re: [OS] Brand new REST API for testing

Hello! Nice work on the API However I can't get it to work right now. I'm trying to search using the subtitles endpoint and I always get the following repsonse: { "message": "Not enough parameters" } Here's my request curl --location --request GET 'https://www.opensubtitles.com/a...

Go to advanced search