mirror of
https://github.com/ruanbekker/awesome-free-apis.git
synced 2026-05-08 04:01:47 +02:00
- Free API for text summarization, sentiment analysis, keyword extraction, translation, and cleaning - No authentication required for free tier - Live at: https://theoxicew-obedience-text-api.hf.space
27 lines
1.0 KiB
Markdown
27 lines
1.0 KiB
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
|
|
|
|
### AI Text Processing API
|
|
|
|
- **Description:** Free API for text summarization, sentiment analysis, keyword extraction, translation, and cleaning.
|
|
- **API URL:** https://theoxicew-obedience-text-api.hf.space
|
|
- **Documentation:** https://github.com/vobedience65-cyber/free-ai-text-api
|
|
- **Features:** Summarize, Sentiment, Keywords, Translate, Clean
|
|
- **Authentication:** None (free tier)
|
|
|
|
|
|
|
|
- [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`
|