From 619a95ba1e9d99b2c75ee4ae5b0abff6f1115cbc Mon Sep 17 00:00:00 2001 From: Ian Havelock Date: Mon, 30 Oct 2017 17:00:08 +0000 Subject: [PATCH 1/2] Added utelly API which allows you to check if a movie or TV show is available in your region from the likes of netflix, amazon, google play, BBC iplayer etc. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 403cac54..9d26d0b9 100644 --- a/README.md +++ b/README.md @@ -652,6 +652,7 @@ API | Description | Auth | HTTPS | Link | | SWAPI | Star Wars Information | No | Yes | [Go!](https://swapi.co) | | TMDb | Community-based movie data | `apiKey` | Yes | [Go!](https://www.themoviedb.org/documentation/api) | | TVMaze | TV Show Data | No | No | [Go!](http://www.tvmaze.com/api) | +| utelly | Check where a tv show or movie is available | `X-Mashape-Key` | No | [Go!](https://market.mashape.com/utelly/utelly) | | Vimeo | Vimeo Developer API | `OAuth` | Yes | [Go!](https://developer.vimeo.com/) | | YouTube | Add YouTube functionality to your sites and apps | `OAuth` | Yes | [Go!](https://developers.google.com/youtube/) | From d9bef50437623577c0127efad85f566d36d0949e Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Wed, 15 Nov 2017 11:31:31 -0500 Subject: [PATCH 2/2] Fix Title and HTTPS values --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cca0d94b..8923b70f 100644 --- a/README.md +++ b/README.md @@ -706,7 +706,7 @@ API | Description | Auth | HTTPS | Link | | TMDb | Community-based movie data | `apiKey` | Yes | [Go!](https://www.themoviedb.org/documentation/api) | | TVDB | Television data | `apiKey` | Yes | [Go!](https://api.thetvdb.com/swagger) | | TVMaze | TV Show Data | No | No | [Go!](http://www.tvmaze.com/api) | -| utelly | Check where a tv show or movie is available | `X-Mashape-Key` | No | [Go!](https://market.mashape.com/utelly/utelly) | +| Utelly | Check where a tv show or movie is available | `X-Mashape-Key` | Yes | [Go!](https://market.mashape.com/utelly/utelly) | | Vimeo | Vimeo Developer API | `OAuth` | Yes | [Go!](https://developer.vimeo.com/) | | YouTube | Add YouTube functionality to your sites and apps | `OAuth` | Yes | [Go!](https://developers.google.com/youtube/) |