File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,12 +47,16 @@ pip install simple-justwatch-python-api
4747
4848## Usage
4949
50- This Python API has 3 functions:
51-
52- - ` search ` - search for entries based on title
53- - ` details ` - get details for entry based on its node ID
54- - ` offers_for_countries ` - get offers for entry based on its node ID, can look for offers
55- in multiple countries
50+ This Python API has multiple functions:
51+
52+ - [ ` search ` ] ( #search ) - search for entries based on title
53+ - [ ` popular ` ] ( #popular ) - get a list of currently popular titles
54+ - [ ` details ` ] ( #details ) - get details for entry based on its node ID
55+ - [ ` seasons ` ] ( #seasons ) - get information about all seasons of a show
56+ - [ ` episodes ` ] ( #episodes ) - get information about all episodes of a season
57+ - [ ` offers_for_countries ` ] ( #offers-for-countries ) - get offers for entry based on its node ID,
58+ can look for offers in multiple countries
59+ - [ ` providers ` ] ( #providers ) - get data about available providers (e.g., Netflix)
5660
5761Detailed documentation is available in https://electronic-mango.github.io/simple-justwatch-python-api/ .
5862
You can’t perform that action at this time.
0 commit comments