Word Orb is the API and pricing surface for verified vocabulary, structured lessons, and assessments. The Daily Lesson stays focused on the learner habit. LOTD PBC carries partner, funding, and company context.
Paid API plans checkout on Stripe in one click. Grab a free API key below anytime — same key works across Word Orb, Lesson Orb, and Quiz Orb.
Word Orb
Dictionary Infrastructure
Verified definitions backed by etymology. 47-language translations with native script. Pronunciation audio. Age-appropriate explanations from 5 to 65+.
Structured 5-phase lessons across 365 shared calendar days, 4 curriculum tracks, 19 lesson languages, and adaptable teaching styles. Same lesson architecture, one API key.
365 shared lesson days · 19 lesson languages · 10 teaching styles
Endpoint: /api/lesson?day=1&track=learn
Quiz Orb
Assessment Infrastructure
Multiple choice, true/false, A/B comparison, open-ended, reflection prompts, and quizzes. Aligned to every lesson. Explanations included.
Give your agent a real dictionary, structured lessons, and calibrated assessments. MCP integration in one line. 3ms from the edge. Deterministic, not hallucinated.
Robotics Companies
When your robot teaches a child, every word and every lesson matters. Age-appropriate tones, adaptable teaching styles, pronunciation audio, and assessments help the product stay grounded.
Teaching Platforms
365 days of structured curriculum across 4 tracks. Adaptable teaching styles, vocabulary, lessons, and quizzes stay linked through one knowledge graph. Drop it into your platform.
MCP Standard · Works Everywhere
One config line connects Word Orb to Claude Desktop, ChatGPT, Cursor, Gemini, and any MCP-compatible agent.
# Look up a word
curl -H "Authorization: Bearer wo_YOUR_KEY" \
https://wordorb.ai/api/word/courage
# Returns: definition, IPA, etymology, 47-language
# translations, 4 age-group tones, pronunciation audio
# Get a structured lesson
curl -H "Authorization: Bearer wo_YOUR_KEY" \
"https://wordorb.ai/api/lesson?day=47&track=learn&age=kid&lang=en"
# Returns: 5 phases (hook, story, wonder, action, wisdom)
# Add &archetype=explorer for personality-adapted delivery
# Get quiz questions for a lesson
curl -H "Authorization: Bearer wo_YOUR_KEY" \
"https://wordorb.ai/api/quiz?day=47&track=learn"
# Returns: MC, T/F, open-ended, reflection questions
# with answers and explanations# Or get random questions:
curl -H "Authorization: Bearer wo_YOUR_KEY" \
"https://wordorb.ai/api/quiz/random?track=learn&count=5"
Platform updates
Get notified about new orbs, language additions, and integration guides.