From 7de538241d48a28bb5a1679dc1d8008067213752 Mon Sep 17 00:00:00 2001 From: Ryan Curtis <49254281+semperry@users.noreply.github.com> Date: Sun, 11 Oct 2020 13:33:30 -0600 Subject: [PATCH] Add SWAPI API (#1304) Co-authored-by: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2304d20e..3676a6ad 100644 --- a/README.md +++ b/README.md @@ -907,6 +907,7 @@ API | Description | Auth | HTTPS | CORS | | [Open Movie Database](http://www.omdbapi.com/) | Movie information | `apiKey` | Yes | Unknown | | [Ron Swanson Quotes](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api) | Television | No | Yes | Unknown | | [STAPI](http://stapi.co) | Information on all things Star Trek | No | No | No | +| [SWAPI](https://www.swapi.tech) | All things Star Wars | No | Yes | Yes | | [The Lord of the Rings](https://the-one-api.dev/) | The Lord of the Rings API | `apiKey` | 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 |