Connect Dictionary Everywhere

Seamlessly integrate our language engine, definitions, and AI translations into your favorite tools, workflows, and custom applications.

📓
Live

Notion

Embed interactive definitions and pronunciation widgets directly into your Notion workspaces and wikis.

👋
Live

Slack

Quickly look up words, get synonyms, or translate messages using /dict commands in any channel.

🧩
Live

Chrome Extension

Highlight any word on the web to instantly see definitions, synonyms, and translations without leaving the page.

📝
Live

Microsoft Word

Add a Dictionary add-in to Word for desktop and online. Check definitions and spellings as you write.

Live

REST API

Full programmatic access to our lexical database, phonetics, and AI context engine. Rate-limited by plan.

🔗
Live

Zapier

Automate workflows. Trigger actions when new words are saved, or push definitions to Sheets and Airtable.

💻
Live

VS Code Extension

Hover over words in your code comments or markdown files to get instant definitions and thesaurus suggestions.

🌐
Live

WordPress

Add a searchable dictionary widget to any WordPress site. Perfect for educational blogs and language schools.

🦊
Live

Firefox Add-on

Dictionary's dual-lookup feature, flashcard sync, and translation tools optimized for Firefox browsers.

🏢
Beta

SSO & SAML

Enterprise-grade authentication and provisioning. Connect Dictionary to Okta, Azure AD, or OneLogin.

🗂️
Soon

Obsidian

Bi-directional linking for vocabulary notes. Auto-generate flashcards from your dictionary searches.

🔔
Live

Webhooks

Receive real-time events when users save words, export lists, or reach usage thresholds in your app.

Build with the Dictionary API

Access 15M+ words, phonetic transcriptions, multilingual translations, and AI contextual meanings through a simple, well-documented REST API.

  • Low-latency global endpoints
  • Batch lookups (up to 100 words/req)
  • JSON & XML response formats
  • Free tier: 1,000 requests/month
Read API Documentation
// Fetch definition & phonetics const response = await fetch(`https://api.dictionary.com/v3/word/serendipity`, { headers: { "Authorization": `Bearer ${API_KEY}` } }); const data = await response.json(); console.log(data.means[0].definition); // → "The occurrence of events by chance in a happy way"

Don't see your favorite tool?

We're constantly adding new integrations. Tell us what you need, and our team will prioritize development.