{"id":17269627,"url":"https://github.com/theabbie/justwatch","last_synced_at":"2025-04-14T08:12:03.085Z","repository":{"id":45162699,"uuid":"307048697","full_name":"theabbie/justwatch","owner":"theabbie","description":"Unofficial API wrapper for Justwatch.com","archived":false,"fork":false,"pushed_at":"2023-07-12T16:03:37.000Z","size":14,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T21:46:54.013Z","etag":null,"topics":["api","justwatch","theabbie","wrapper-api","wrapper-library"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/justwatch","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theabbie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"theabbie","open_collective":"theabbie","ko_fi":"theabbie","tidelift":"npm/theabbie","liberapay":"theabbie","issuehunt":"theabbie","otechie":"theabbie","custom":["https://theabbie.github.io","https://paypal.me/theabbie","https://donorbox.org/theabbie"]}},"created_at":"2020-10-25T07:46:25.000Z","updated_at":"2024-07-29T23:56:30.000Z","dependencies_parsed_at":"2022-09-26T21:40:32.491Z","dependency_job_id":null,"html_url":"https://github.com/theabbie/justwatch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theabbie%2Fjustwatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theabbie%2Fjustwatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theabbie%2Fjustwatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theabbie%2Fjustwatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theabbie","download_url":"https://codeload.github.com/theabbie/justwatch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248843879,"owners_count":21170494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","justwatch","theabbie","wrapper-api","wrapper-library"],"created_at":"2024-10-15T08:16:57.940Z","updated_at":"2025-04-14T08:12:03.053Z","avatar_url":"https://github.com/theabbie.png","language":"JavaScript","funding_links":["https://patreon.com/theabbie","https://opencollective.com/theabbie","https://ko-fi.com/theabbie","https://tidelift.com/funding/github/npm/theabbie","https://liberapay.com/theabbie","https://issuehunt.io/r/theabbie","https://otechie.com/theabbie","https://theabbie.github.io","https://paypal.me/theabbie","https://donorbox.org/theabbie"],"categories":[],"sub_categories":[],"readme":"# JustWatch API\nUnofficial API wrapper for Justwatch.com  \n  \n![image](https://user-images.githubusercontent.com/17960677/97101621-013bd980-16c5-11eb-8758-3a7b28fe9829.png)\n\n## How to use\nThe Following code snippet will help you understand how it works  \n```js\nvar Justwatch = require(\"justwatch\");\n\nvar jw = new Justwatch(\"en_US\");\n\nvar movies = await jw.search(\"query\");\n// returns a list of movies\n\nvar persons = await jw.search(\"query\",person(boolean));\n// returns a list of people\n\nvar movie = await jw.get(\"movie_id\");\n// returns details about the movie\n```\n\n## Disclaimer\n\n**This is not the official JustWatch API.**\n\nThe 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.\n\nJustWatch 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.\nIncorrect or prohibited use of the API, for example for commercial use, may result in a claim for damages by JustWatch.\n\nIf you would like to work with JustWatch and use the official Data API take a look at JustWatch Media and contact us at data-partner@justwatch.com. 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.\n\n## Contributing\n\nThank 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.\n\n## Help\n\nYou can contact me on social media, Everything about me can be found [here](https://theabbie.github.io)\n\n## Installation\n\n### Requirements\n\n* Node.Js installed\n\n### Dev Dependencies\n\n* Axios\n\n## Credits\n\n* [Justwatch](https://justwatch.com) For making an excellent tool\n\n## Contact\n\nContact me anywhere, just visit [my portfolio](https://theabbie.github.io)\n\n## License\n\nThis project is licensed under MIT License, See [LICENSE](/LICENSE) for more information\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheabbie%2Fjustwatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheabbie%2Fjustwatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheabbie%2Fjustwatch/lists"}