A dictionary API for AI agents and educational robots. Verified definitions, 47-language translations, pronunciation audio, and age-appropriate explanations.
| Metric | Count |
|---|---|
| Total words | 162,250 |
| Language translations | 846,000 across 47 languages |
| Audio files | 240,297 (pronunciation recordings) |
| Age-appropriate tones | 4 (child 5-12, teen, adult, elder 65+) |
| Teaching archetypes | 12 |
Every definition is backed by etymology. Deterministic — same word returns the same result every time. Not hallucinated. Includes IPA pronunciation notation, part of speech, and full etymological trace.
846,000 translation entries. Each translation includes the word in native script (Arabic in Arabic, Mandarin in characters, Japanese in kanji), romanized form, and phonetic pronunciation guide.
Every word has four tone variants: child (5-12), teen, adult, and elder (65+). A robot explaining "courage" to a 5-year-old says "being brave even when you feel scared inside." To an adult: "the mental or moral strength to persevere through fear or adversity."
Real recorded pronunciation files for every word. Not TTS. Robots and voice assistants can play actual pronunciation audio. Available at /audio/pronunciation/{word}.mp3.
Word Orb runs on Cloudflare's edge stack:
Cache-miss generation: when a word isn't in the database, it's generated in real time (2-4 seconds), stored permanently in D1, and served from edge on all subsequent requests.
One config line connects Word Orb to Claude Desktop, ChatGPT, Cursor, Gemini, and any MCP-compatible agent:
{"mcpServers":{"word-orb":{"url":"https://word-orb-api.nicoletterankin.workers.dev/mcp"}}}
npm install @lotd/word-orb
curl -H "Authorization: Bearer wo_YOUR_KEY" \
https://word-orb-api.nicoletterankin.workers.dev/api/word/courage
Ready-made integrations for LangChain, CrewAI, and OpenAI Function Calling.
Free tier: 50 calls/day. No credit card. Instant API key.
Get Your Free API Key View on GitHub