Build with the Dictionary API
Access 15M+ words, real-time definitions, phonetics, translations, and AI-powered linguistic insights in under 50ms. Designed for developers, scaled for the world.
Get up and running in 3 steps
Create an Account
Sign up for a free developer account. No credit card required. Get instant access to the sandbox environment.
Generate Your Key
Head to the dashboard and create a secret API key. Keep it secure and never expose it in client-side code.
Make Your First Request
Use your key in the Authorization header and start querying definitions, synonyms, and translations instantly.
Authentication & Endpoints
Secure your requests with Bearer tokens. All endpoints return structured JSON with consistent error handling.
Authentication
Include your API key in the Authorization header as a Bearer token. Keys are scoped to your account tier and automatically rotate for security.
| Method | Endpoint | Description |
|---|---|---|
| GET | /v2/words/{term} | Fetch definitions, phonetics & examples |
| GET | /v2/words/search | Fuzzy search with filters |
| GET | /v2/synonyms/{term} | Get related words & antonyms |
| POST | /v2/translate | Context-aware translations |
| PUT | /v2/custom/{dict_id} | Update custom dictionaries |
Integrate in your language
Official SDKs
Type-safe, documented, and actively maintained wrappers for your stack.
Rate Limits & Tiers
Fair usage policies ensure reliability for all developers. Exceeds are returned with 429 Too Many Requests.
| Plan | Requests / Minute | Daily Quota | Concurrent | Priority |
|---|---|---|---|---|
| Free | 60 | 1,000 | 5 | Standard |
| Pro | 600 | Unlimited | 25 | High |
| Enterprise | Custom | Unlimited | Custom | Dedicated |
Need Help or Have Questions?
Our developer support team is available 24/7. Check out our docs, join the community, or contact us directly.