A simple JustWatch Python API
Project description
Simple JustWatch Python API
A simple unofficial JustWatch Python API which uses GraphQL
to access JustWatch data, available for Python 3.11+.
This project is managed by uv.
Installation
This library is available through PyPi:
pip install simple-justwatch-python-api
Documentation
Detailed documentation is available at: https://electronic-mango.github.io/simple-justwatch-python-api/.
Highlights
This Python library has multiple functions:
search- search for entries based on titlepopular- get a list of currently popular titlesdetails- get details for entry based on its node IDseasons- get information about all seasons of a showepisodes- get information about all episodes of a seasonoffers_for_countries- get offers for entry based on its node ID, can look for offers in multiple countriesproviders- get data about available providers (e.g., Netflix)
Example outputs from all functions are in
examples/.
Quick example
from simplejustwatchapi import search
results = search("The Matrix", country="US", language="en", count=3)
for entry in results:
print(entry.title, entry.object_type, len(entry.offers))
License
This library is licensed under MIT license (LICENSE or https://opensource.org/license/MIT).
Disclaimer
This library is in no way affiliated, associated, authorized, endorsed by, or in any way officially connected with JustWatch. This is an independent and unofficial project.
Use at your own risk.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple_justwatch_python_api-1.2.0.tar.gz.
File metadata
- Download URL: simple_justwatch_python_api-1.2.0.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aebc35daa689153e90178fe781490707121d1de44d3c7c30b586631a8c39fe2d
|
|
| MD5 |
ca1c43568b31ea5957ea2eb0c187aca1
|
|
| BLAKE2b-256 |
a9c5fe1dafa7c8a727ee9c2736f8f8e260cf031c4811ef5c22ae7536dbb42434
|
File details
Details for the file simple_justwatch_python_api-1.2.0-py3-none-any.whl.
File metadata
- Download URL: simple_justwatch_python_api-1.2.0-py3-none-any.whl
- Upload date:
- Size: 19.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20ca03aae6978c04d7e91744d05c32f052ee68e13b7c760450b9e59082cc39dc
|
|
| MD5 |
d2f37c1455bf876b5370d185d0566a3e
|
|
| BLAKE2b-256 |
8c82661aa051137582c05e9e848a3d270a09ccbbcfb2619dc3861264c1201b13
|