Prerequisites
- A LangDex API key (get one at langdex.co/dashboard)
- A tool to make HTTP requests (curl, Postman, or your preferred language)
Step 1: Get Your API Key
Sign up or log in to the LangDex Dashboard to create an API key. You’ll need this for all API requests.Free tier includes 10,000 requests/month. See pricing for higher limits.
Step 2: Make Your First Request
Let’s start by looking up a language. We’ll query Japanese using its Glottolog code:Step 3: Search for Words
Now let’s search for lexemes. We’ll find entries for “water” in Japanese:Step 4: Get Translations
Use the meaning ID to find translations across languages:Common Use Cases
Build a Dictionary
Fetch detailed word entries with definitions, pronunciations, and examples
Language Learning App
Access vocabulary with spaced repetition data and proficiency levels
Translation Service
Translate between any language pair via the meaning network
Linguistic Analysis
Query morphological, phonological, and etymological data
Rate Limits
| Plan | Requests/month | Rate limit |
|---|---|---|
| Free | 10,000 | 10 req/s |
| Pro | 100,000 | 50 req/s |
| Enterprise | Unlimited | 200 req/s |
Next Steps
- Explore Core Concepts to understand the data model
- Check the API Reference for all endpoints