From 80fc2430b609febcd0d56e07d0b50a8fe91dd32c Mon Sep 17 00:00:00 2001 From: Sumonta Saha Mridul Date: Mon, 2 Oct 2023 15:12:02 +0600 Subject: [PATCH] Add Dad Jokes API (#210) * Add Dad Jokes API to Entertainment * Reorder --------- Co-authored-by: Marcel Cruz <12413903+marcelscruz@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ab3130c..741011cd 100644 --- a/README.md +++ b/README.md @@ -675,6 +675,7 @@ | [elonmu.sh](https://elonmu.sh/) | Get random news article featuring Elon Musk | No | Yes | Unknown | | [Imgflip](https://imgflip.com/api) | Gets an array of popular memes | No | Yes | Unknown | | [Meme Maker](https://mememaker.github.io/API/) | REST API for create your own meme | No | Yes | Unknown | +| [Random Dad Joke](https://icanhazdadjoke.com/) | API for largest selection of dad jokes on the internet | No | Yes | Unknown | | [Random Useless Facts](https://uselessfacts.jsph.pl/) | Get useless, but true facts | No | Yes | Unknown | | [Techy](https://techy-api.vercel.app/) | JSON and Plaintext API for tech-savvy sounding phrases | No | Yes | Unknown | | [Yo Momma Jokes](https://github.com/beanboi7/yomomma-apiv2) | REST API for Yo Momma Jokes | No | Yes | Unknown |