From aacf7799debadf1a4cc2aa752f2f81a22ee342b5 Mon Sep 17 00:00:00 2001 From: Ruan Bekker Date: Fri, 18 Jun 2021 17:35:20 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index da0afa2..b797225 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # awesome-free-apis Curated List of Free APIs + +## Quotes + +- [quotable.io](https://github.com/lukePeavey/quotable) + - `curl 'https://api.quotable.io/random?tags=technology,famous-quotes'` +- [goquotes](https://goquotes.docs.apiary.io/#reference/get-random-quote(s)/apiv1randomcount/get-random-quote(s)-filtered-by-given-type) + - `curl 'https://goquotes-api.herokuapp.com/api/v1/random?count=1'` + +## Funny + +- [icanhazdadjoke](https://icanhazdadjoke.com/api) + - `curl -H 'Accept: application/json' https://icanhazdadjoke.com/` +- [official-joke-api](https://official-joke-api.appspot.com/random_joke) + - `curl https://official-joke-api.appspot.com/random_joke`