Skip to content

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

Query for more data

06 Oct 14:09
Compare
Choose a tag to compare

Query for:

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

Add TMDB ID, remove default element_count

06 Aug 22:26
Compare
Choose a tag to compare

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

Add "details" and "offers_for_countries" commands

14 Mar 22:58
Compare
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

Add "short_description" field to responses

15 Jan 21:42
Compare
Choose a tag to compare

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

Update README.md

02 Jan 21:35
Compare
Choose a tag to compare

Update data structures and media formats.

Add "runtime" field

02 Jan 21:14
Compare
Choose a tag to compare
0.11

Update version to 0.11

Update type hints in responses

31 Dec 17:51
Compare
Choose a tag to compare

Update poster type hint to include "None".

Fix issue with missing poster URL, specify offer icon format

31 Dec 17:41
Compare
Choose a tag to compare

Fix issue where GraphQL API didn't return poster URL, now in this situation this API will set "None" as poster.
Specify offer icon format to "PNG". Previously it would leave "{format}" in offer icon URL.

Add example response to README.md

25 Nov 23:18
Compare
Choose a tag to compare
0.8

Change version to 0.8

Fix auto-generated docs

25 Nov 21:16
Compare
Choose a tag to compare
0.7

Change version to 0.7