From 4cb38c9bde79c7dbad14bf57705ecc2399b67e46 Mon Sep 17 00:00:00 2001 From: Puppala Pranay <66249034+puppala-pranay@users.noreply.github.com> Date: Thu, 7 Oct 2021 09:11:07 +0530 Subject: [PATCH] Add Fun Translations API to Games and Comics Add Fun Translations API to Games and Comics which is a public api with rate limitations . No auth required for free tier and apikey for paid subscription. Https supported and Cors enabled. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7362da98..a50c646c 100644 --- a/README.md +++ b/README.md @@ -602,6 +602,7 @@ API | Description | Auth | HTTPS | CORS | | [Forza](https://docs.forza-api.tk) | Show random image of car from Forza | No | Yes | Unknown | | [FreeToGame](https://www.freetogame.com/api-doc) | Free-To-Play Games Database | No | Yes | Yes | | [Fun Facts](https://asli-fun-fact-api.herokuapp.com/) | Random Fun Facts | No | Yes | Yes | +| [FunTranslations](https://api.funtranslations.com/) | Translate Text into funny languages | No | Yes | Yes | | [GamerPower](https://www.gamerpower.com/api-read) | Game Giveaways Tracker | No | Yes | Yes | | [Geek-Jokes](https://github.com/sameerkumar18/geek-joke-api) | Fetch a random geeky/programming related joke for use in all sorts of applications | No | Yes | Yes | | [Giant Bomb](https://www.giantbomb.com/api/documentation) | Video Games | `apiKey` | Yes | Unknown |