mirror of
https://github.com/ruanbekker/awesome-free-apis.git
synced 2026-02-05 00:31:29 +01:00
24 lines
835 B
Markdown
24 lines
835 B
Markdown
# 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`
|
|
|
|
## Astrology
|
|
|
|
- [Vedika API](https://vedika.io)
|
|
- AI-powered Vedic astrology API with 108+ endpoints
|
|
- `curl https://api.vedika.io/sandbox/horoscope/daily?sign=aries`
|
|
|