Skip to content

Releases: Electronic-Mango/simple-justwatch-python-api

0.18.0

01 Apr 21:08

Choose a tag to compare

Add two new functions:

  • popular - looking up currently popular titles
  • providers - get data about service providers (like "Netflix") to use in filtering in popular or search

popular and search allows for basic pagination with offset parameter.

search can now be used without specified title, making it oddly similar to popular, but oh well. I figured it out after popular was ready.

0.17.1

30 Mar 23:00

Choose a tag to compare

Apparently, even it's discouraged according to PEP 639, it's still needed to get correct license on PyPi.

0.17

30 Mar 22:47

Choose a tag to compare

Add two new functions - one for seasons and one for episodes.
They allow for getting more granular information - offers for individual seasons, or episodes; rather than show as a whole.

0.16

06 Oct 14:09

Choose a tag to compare

Query for:

  • scoring (IMDB, TMDB, Rotten Tomatoes, JustWatch)
  • JustWatch likes and dislikes
  • JustWatch charts/ranks
  • age certification

0.15

06 Aug 22:26

Choose a tag to compare

Add TMDB ID to responses.
Remove default element_count, if not found in API response use None.

0.14

14 Mar 22:58

Choose a tag to compare

Add 2 new commands:

details - look up details for a single entry by its node ID
offers_for_countries - look up offers for a single entry by its node ID, allows for specifying multiple countries

0.13

15 Jan 21:42

Choose a tag to compare

Add "short_description" to API response, matching "showDescription" field in GraphQL API.

0.12

02 Jan 21:35

Choose a tag to compare

Update data structures and media formats in README.md.

0.11

02 Jan 21:14

Choose a tag to compare

Add "runtime" field.

0.10

31 Dec 17:51

Choose a tag to compare

Update poster type hint to include "None".