This api is fully based on text analysis. It provides endpoints for
- Sentimental Analysis
- A Word Dictionary
- Translation
- Language Detection
- Sentimental Analysis
https://api.rhydderchc.rocks/api/v1/sentiments?sentence=TEXT
- Dictionary
The default language code is en_US
https://api.rhydderchc.rocks/api/v1/dictionary?word=WORD&lc=LANGUAGE_CODE
- Translation
https://api.rhydderchc.rocks/api/v1/translate?text=TEXT&from=FROM&to=TO
- Language Detection
https://api.rhydderchc.rocks/api/v1/detect_language?text=TEXT