Dictionary and Thesaurus Data
Merriam-Webster provides API access to dictionary and thesaurus data for various linguistic resources.
import requests
word = "hello"
api_key = "YOUR_API_KEY"
url = f"https://www.dictionaryapi.com/api/v3/references/collegiate/json/{word}?key={api_key}"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)