← The Daily Lesson

Word Orb API

Vocabulary intelligence for AI agents. 162K words, 47 languages, 74K lessons. One API key.

162K
Words
47
Languages
74K
Lessons
12
MCP Tools
Developer
$29/mo
5,000 calls/day

For builders shipping their first AI integrations.

  • Word Orb + Lesson Orb + Quiz Orb
  • 47-language translations
  • Word of the day API
  • MCP-compatible endpoint
  • Community support
Start Developer
Enterprise
$499/mo
Unlimited calls

For mission-critical deployments at scale.

  • Everything in Pro
  • SLA guarantee
  • Custom vocabulary sets
  • Kelly Certified badge
  • Dedicated support
  • White-label options
Start Enterprise
// Example: look up a word in 47 languages
const res = await fetch('https://mcp.thedailylesson.com/lookup_word', {
  method: 'POST',
  headers: { 'Authorization': 'Bearer YOUR_API_KEY' },
  body: JSON.stringify({ word: 'serendipity', languages: ['es','fr','ja'] })
});
// → { word, definition, ipa, translations: {es, fr, ja}, lesson_day }

All plans billed monthly. Annual discounts available — contact us.  |  Looking for consumer plans? →