From 087f5e2aedf4c10798cb4fbc952f5db0871ea612 Mon Sep 17 00:00:00 2001 From: David Katz Date: Tue, 17 Oct 2017 09:22:04 +0000 Subject: [PATCH] Add a 'Jokes' API This change adds a 'Jokes' API to the "Games and Comics" section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5654bc88..720eac62 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,7 @@ API | Description | Auth | HTTPS | Link | | Guild Wars 2 | Guild Wars 2 Game Information | `apiKey` | Yes | [Go!](https://wiki.guildwars2.com/wiki/API:Main) | | Halo | Halo 5 and Halo Wars 2 Information | `apiKey` | Yes | [Go!](https://developer.haloapi.com/) | | Hearthstone | Hearthstone Cards Information | `X-Mashape-Key` | Yes | [Go!](http://hearthstoneapi.com/) | +| Jokes | Programming and general jokes | No | Yes | [Go!](https://github.com/15Dkatz/official_joke_api) | | Jservice | Jeopardy Question Database | No | No | [Go!](http://jservice.io) | | Magic The Gathering | Magic The Gathering Game Information | No | No | [Go!](http://magicthegathering.io/) | | Marvel | Marvel Comics | `apiKey` | No | [Go!](http://developer.marvel.com) |