এপিআই
Programmatic access to XOBDO's linguistic resources and dictionary data
Integrate XOBDO's language data into your applications
The XOBDO API provides programmatic access to our comprehensive dictionary and linguistic resources. Use our RESTful endpoints to fetch word definitions, translations, language data, and more. All responses are returned in JSON format for easy integration.
Our API is currently open and doesn't require authentication for basic usage. Simply make HTTP requests to our endpoints and start accessing linguistic data immediately.
RESTful endpoints for accessing dictionary data
GET /api/words
Retrieve a list of words with their definitions and translations
Parameters: limit
, offset
, language
, search
GET /api/words/{id}
Get detailed information for a specific word by ID
Returns: Word details, definitions, translations, examples
GET /api/languages
List all supported languages in the XOBDO dictionary
Returns: Language codes, names, and metadata
GET /api/search
Search for words across multiple languages
Parameters: q
(query), lang
, fuzzy
Sample requests and responses
This will search for the word "hello" in English and return matching entries with translations.
Retrieve detailed information for word ID 12345, including all translations and usage examples.
Understanding API responses
All API responses are returned in JSON format with consistent structure:
Best practices and limitations
Currently no strict rate limits are enforced, but please be respectful and avoid excessive requests. We reserve the right to implement rate limiting for fair usage.
Consider implementing client-side caching for better performance. Dictionary data doesn't change frequently.
For API support or feature requests, please contact us at [email protected].