JustWatchAPI
JustWatchAPI copied to clipboard
Python 3 JustWatch.com API - https://justwatch.com
There is a list `api_payload.txt` with some "codes" for each provider. For example: Netflix is `nfx`, Google Play Store is `ply`. Where can I find the codes for others providers,...
I'm trying to get all the movie list by paging out the results, but the answer provides a maximum of 2000 titles. I am using the search_for_item method setting the...
Hi, I would like to get only new tv shows coming on certain platform (disney, netflix, apple, etc etc) Is it possible to get that info with this api? For...
Hi, first of all thank you for this great library. I'm trying to request the latest horror movies by certain providers. The link that gives me the expected results is:...
I can see `"poster": "/poster/243656610/{profile}"` in my responses and I keep tryin with my profile id (from JustWatch) but to no success.
Hi, The below no longer works for me. It throws an error. Can someone help me here? `just_watch = JustWatch(country='id')` ``` File "D:\Netflix\2020-10-20\Indonesia\JW_ID_1900_2012.py", line 6, in just_watch = JustWatch(country='id') File...
This has something to do with when trying to set the country `Traceback (most recent call last): File "", line 1, in , in __init__ self.locale = self.set_locale() , in...
When trying to filter by `monetization_types`, the results seem to be ignoring this filter. For example, ``` just_watch.search_for_item(monetization_types=['free'] ``` is yielding ``` {'currency': 'USD', 'date_created': '2019-08-27', 'date_provider_id': '2019-08-27_8', 'element_count': 3,...
I want to get a movie by imdb id or TheMovieDB id, how can I do it?