📚 Knowledge Base

Resources & Documentation

Explore guides, API documentation, tutorials, and community support to make the most out of Dictionary.

🔍
📘
Guide

Getting Started with Dictionary

A comprehensive walkthrough for new users. Learn how to search, save words, and manage your personalized vocabulary lists.

API

REST API Reference

Full documentation for our dictionary search, translation, and phonetic APIs. Includes authentication, rate limits, and SDK examples.

🎓
Tutorial

Building a Word Flashcard App

Step-by-step tutorial on how to use the Dictionary API to build a responsive flashcard application with React and Tailwind CSS.

🌍
Guide

Multilingual Search & Translation

Learn how to leverage our 100+ language support for context-aware translations, regional dialects, and cross-lingual searches.

💬
Community

Contributing to the Dictionary

Help us improve definitions, add new words, and review community submissions. Guidelines for becoming a verified contributor.

🛟
Support

Troubleshooting & FAQ

Quick solutions for common issues: search latency, pronunciation playback errors, sync problems, and browser extension fixes.

Power Your Apps with the Dictionary API

Access millions of definitions, synonyms, translations, and audio pronunciations with just a few lines of code. Built for developers, loved by teams.

Explore API Docs
// Search for a word definition const response = await fetch('https://api.dictionary.com/v1/search?q=ephemeral', { headers: { 'Authorization': `Bearer ${API_KEY}` } }); const data = await response.json(); console.log(data.meanings[0].definition);

Need Help?

Our support team and community are here to help you succeed with Dictionary.

📧

Email Support

Direct assistance for billing, account, and technical issues.

Contact Us →
💬

Live Chat

Real-time support available Mon-Fri, 9AM-6PM EST.

Start Chat →
🌐

Community Forum

Ask questions, share tips, and connect with other users.

Join Forum →
📖

Status Page

Monitor API uptime, scheduled maintenance, and incidents.

Check Status →