From 619a95ba1e9d99b2c75ee4ae5b0abff6f1115cbc Mon Sep 17 00:00:00 2001 From: Ian Havelock Date: Mon, 30 Oct 2017 17:00:08 +0000 Subject: [PATCH] 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/) |