From 9aea40b911de0aaf311f4e86d164485a6380af93 Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 29 Oct 2019 14:18:26 -0700 Subject: [PATCH] Add Trakt API (#1103) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04613edc..3bdfd829 100644 --- a/README.md +++ b/README.md @@ -943,6 +943,7 @@ API | Description | Auth | HTTPS | CORS | | [STAPI](http://stapi.co) | Information on all things Star Trek | No | No | No | | [SWAPI](https://swapi.co) | Star Wars Information | No | Yes | Unknown | | [TMDb](https://www.themoviedb.org/documentation/api) | Community-based movie data | `apiKey` | Yes | Unknown | +| [Trakt](https://trakt.tv/b/api-docs) | Movie and TV Data | `apiKey` | Yes | Yes | | [TVDB](https://api.thetvdb.com/swagger) | Television data | `apiKey` | Yes | Unknown | | [TVMaze](http://www.tvmaze.com/api) | TV Show Data | No | No | Unknown | | [Utelly](https://market.mashape.com/utelly/utelly) | Check where a tv show or movie is available | `X-Mashape-Key` | Yes | Unknown |