https://github.com/theabbie/justwatch
Unofficial API wrapper for Justwatch.com
https://github.com/theabbie/justwatch
api justwatch theabbie wrapper-api wrapper-library
Last synced: 13 days ago
JSON representation
Unofficial API wrapper for Justwatch.com
- Host: GitHub
- URL: https://github.com/theabbie/justwatch
- Owner: theabbie
- License: mit
- Created: 2020-10-25T07:46:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T16:03:37.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T21:46:54.013Z (about 1 month ago)
- Topics: api, justwatch, theabbie, wrapper-api, wrapper-library
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/justwatch
- Size: 13.7 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# JustWatch API
Unofficial API wrapper for Justwatch.com
## How to use
The Following code snippet will help you understand how it works
```js
var Justwatch = require("justwatch");var jw = new Justwatch("en_US");
var movies = await jw.search("query");
// returns a list of moviesvar persons = await jw.search("query",person(boolean));
// returns a list of peoplevar movie = await jw.get("movie_id");
// returns details about the movie
```## Disclaimer
**This is not the official JustWatch API.**
The work of many developers went and is still going into the development and maintenance of the data and the API. The main business of JustWatch is to operate a streaming guide with apps for iOS, Android and TV that offers the data for business intelligence and marketing. Therefore it is prohibited to use the API for commercial purposes, meaning all purposes intended for, or directed towards, commercial advantage or monetization by an individual or organization (consumer service, data science, business intelligence etc.). The API may be used for non-commercial purposes such as private projects, but please be respectful with your API calls to prevent an overload on the API.
JustWatch does not warrant that the API is free of inaccuracies, errors, bugs, malicious code or interruptions or that it is reliable, flawless, complete or otherwise valid. JustWatch does not warrant that the API will meet your requirements, will be available without interruption, or that the results from its use will be accurate or reliable, the quality of the products, services, information or other materials received through the API meets your expectations, and errors regarding the API are corrected. Use of the API is at your sole discretion and risk. You are solely responsible for any damages resulting from your use of the API, including damage to its system or loss of data. JustWatch can disable and change the API at any time without notice and without giving any reason. JustWatch excludes any liability to the extent permitted for direct, indirect or incidental damages, consequential damages, lost profits, quantifiable pecuniary losses arising out of or in connection with the use of the API.
Incorrect or prohibited use of the API, for example for commercial use, may result in a claim for damages by JustWatch.If you would like to work with JustWatch and use the official Data API take a look at JustWatch Media and contact us at [email protected]. Currently, JustWatch can only work with bigger partners and clients. JustWatch is also hiring: https://www.justwatch.com/us/talent and has some interesting open source projects on GitHub.
## Contributing
Thank you for your interest in contributing, If you feel like there's something missing or any new feature can be added, just create a PR and I will see the rest.
## Help
You can contact me on social media, Everything about me can be found [here](https://theabbie.github.io)
## Installation
### Requirements
* Node.Js installed
### Dev Dependencies
* Axios
## Credits
* [Justwatch](https://justwatch.com) For making an excellent tool
## Contact
Contact me anywhere, just visit [my portfolio](https://theabbie.github.io)
## License
This project is licensed under MIT License, See [LICENSE](/LICENSE) for more information