Word definitions, pronunciations, synonyms, antonyms and others
A dictionary API offering definitions, pronunciations, synonyms, antonyms, and text processing for English words.
import requests
url = "https://api.linguarobot.com/v1/words/example/definitions"
headers = {
"X-API-Key": "YOUR_API_KEY"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)