Curated List of Free APIs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
662 B

3 years ago
# awesome-free-apis
Curated List of Free APIs
3 years ago
## 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`