{"id":21937845,"url":"https://github.com/defro/waatch-api","last_synced_at":"2025-03-22T14:26:12.067Z","repository":{"id":37549899,"uuid":"208364006","full_name":"defro/waatch-api","owner":"defro","description":"This package can get movie, tv series, streaming provider from waatch.co","archived":false,"fork":false,"pushed_at":"2023-04-19T19:17:59.000Z","size":14,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-27T13:49:29.388Z","etag":null,"topics":["api","api-client","captainwatch","movie","streaming","tvshow","waatch"],"latest_commit_sha":null,"homepage":"https://waatch.docs.apiary.io","language":"PHP","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/defro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-13T23:47:30.000Z","updated_at":"2023-06-25T17:50:13.000Z","dependencies_parsed_at":"2025-01-27T13:47:38.819Z","dependency_job_id":"90f252a1-a546-4680-b7c0-21c1ed9e5a92","html_url":"https://github.com/defro/waatch-api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defro%2Fwaatch-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defro%2Fwaatch-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defro%2Fwaatch-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/defro%2Fwaatch-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/defro","download_url":"https://codeload.github.com/defro/waatch-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244968603,"owners_count":20540154,"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","api-client","captainwatch","movie","streaming","tvshow","waatch"],"created_at":"2024-11-29T01:26:04.225Z","updated_at":"2025-03-22T14:26:11.791Z","avatar_url":"https://github.com/defro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Waatch API\n\n[![Latest Version](https://img.shields.io/github/release/defro/waatch-api.svg?style=flat-square)](https://github.com/defro/waatch-api/releases)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)\n[![Total Downloads](https://img.shields.io/packagist/dt/defro/waatch-api.svg?style=flat-square)](https://packagist.org/packages/defro/waatch-api)\n\nThis package can get movie, tv series, streaming provider from [waatch.co](https://waatch.co) API.\n\nGet more details on this API on [apiary](https://waatch.docs.apiary.io/). \n\nHere's a quick example:\n\n```php\n$client = new \\GuzzleHttp\\Client();\n$waatch = new \\Defro\\Waatch\\Api($client);\n$waatch\n    -\u003esetApiKey('YOUR_WAATCH_API_KEY') // on your account profile\n    -\u003esetLanguage('fr') // Language ISO-639-1\n;\n```\n\n## Movie\n\nGet detail info about the movie.\n\n```php\n$movie = $waatch\n    -\u003egetMovie(857) // The Movie DB ID of \"Saving Private Ryan\"\n;\n```\n\nSet country ISO code to filter streaming providers of this country.\n\n```php\n$movie = $waatch\n    -\u003esetCountry('fr') // All streaming providers in France (ISO-3166)\n    -\u003egetMovie(374720) // The Movie DB ID of \"Dunkirk\"\n;\n```\n\nFilter streaming provider of one movie.\n\n```php\n$movie = $waatch\n    -\u003egetMovie('tt0093058', 'netflix') // The IMDB ID of \"Full Metal Jacket\" and Netfix provider\n;\n```\n\n## TV Show\n\nGet detail info about a TV show.\n\n```php\n$tvShow = $waatch\n    -\u003egetTvShow(1668) // The Movie DB ID of \"Friends\"\n;\n```\n\n## Streaming provider\n\nGet all providers.\n\n```php\n$providers = $waatch\n    -\u003egetProviders()\n;\n```\n\nGet all Movies and TV Shows for a specific provider\n\n```php\n$provider = $waatch\n    -\u003egetProvider('itun') // iTunes reference ID\n;\n```\n\n\n## License\n\nThe MIT License (MIT). Please see [license file](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefro%2Fwaatch-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefro%2Fwaatch-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefro%2Fwaatch-api/lists"}