Changelog
A chronological record of changes to the Shobdo API. We follow semantic versioning for the API. Breaking changes will always result in a new API version.
v1.0.0 — July 2026
Initial public release of the Shobdo API.
Endpoints
GET /api/v1/search— Full-text search across 30+ dictionaries with language and dictionary filtering, configurable match types (exact, prefix, contains), and pagination.GET /api/v1/entry/{source}/{id}— Retrieve full dictionary entries by ID, including definitions, examples, etymology, phrases, and audio URLs.GET /api/v1/entry/{source}/word/{word}— Look up entries by word string with full Unicode support.GET /api/v1/audio/{source}/{lexid}— Stream pronunciation audio via CDN redirect.
Features
- Bearer token authentication with API key management via Console.
- Monthly rate limiting with tiered plans (Free, Developer, Professional, Pay-As-You-Go).
- Support for 18 languages: English, German, French, Spanish, Italian, Portuguese, Russian, Chinese, Japanese, Hindi, Urdu, Bengali, Arabic, Persian, Burmese, Bulgarian, Greek, and Thai.
- Consistent JSON response envelope across all endpoints.
- Global CDN-backed audio delivery.