Definitions and synonyms for more than 150,000 words
The Words API provides definitions, synonyms, and related words for over 150,000 English words via a simple RESTful interface.
import requests
url = "https://wordsapiv1.p.rapidapi.com/words/example/definitions"
headers = {
"X-RapidAPI-Host": "wordsapiv1.p.rapidapi.com",
"X-RapidAPI-Key": "YOUR_API_KEY"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)