অসমীয়া অভিধান Logo
অসমীয়া অভিধান
Edge-Powered REST API

Developer API & Open Infrastructure

আমাৰ ২৯৩,০০০+ শব্দৰ বিশাল অসমীয়া-ইংৰাজী অভিধানৰ ডেটা পোনপটীয়াকৈ আপোনাৰ এপ্লিকেচন, ৱেবচাইট বা কৃত্ৰিম বুদ্ধিমত্তা (AI) প্ৰকল্পত ব্যৱহাৰ কৰক। এই API ১০০% বিনামূলীয়া আৰু কোনো একাউণ্ট বা API Key ৰ প্ৰয়োজন নাই।

Zero Signup / No Gate Global Edge RAM Cache Universal CORS Enabled
Live REST Console
Status: Ready
Quick Test Presets:
GET
Live JSON Response Body:
{
  "word": "book",
  "type": "noun",
  "transliteration": "buhik / kitap",
  "assamese_definition": "মুদ্ৰিত বা লিখিত পৃষ্ঠাৰ একত্ৰিত সংগ্ৰহ",
  "english_definition": "A written or printed work consisting of pages bound together",
  "meaning": "কিতাপ, পুথি, গ্ৰন্থ",
  "example": "He was reading an Assamese book under the shade."
}

Quickstart Code Integration

তলৰ টেববোৰত ক্লিক কৰি বিভিন্ন প্ৰগ্ৰামিং ভাষাত API ব্যৱহাৰৰ উদাহৰণ চাওক।

curl_example.sh
# 1. Fetch single word translation & full metadata
curl -s "https://assamesedictionary.org/api/word/book"

# 2. Live prefix search autocomplete (returns matches)
curl -s "https://assamesedictionary.org/search/comp"

# 3. Retrieve today's featured vocabulary word
curl -s "https://assamesedictionary.org/word-of-the-day"

API Endpoints Reference

GET /api/word/{term}

Retrieves the full dictionary entry for any indexed English or Assamese term. Returns grammatical type, English definition, Assamese definition, synonym mappings, transliteration, and usage example.

Path Parameter: {term} (string, required) - URL-encoded search keyword.
Response: JSON Object (200 OK) or JSON Error (404 Not Found).
GET /search/{prefix}

Powers real-time autocomplete search bars. Returns up to 15 matching keyword strings starting with the requested prefix with ultra-low latency (<10ms).

Path Parameter: {prefix} (string, required) - 1 or more characters.
Response: JSON Array of strings e.g. ["company", "computer", "compose", ...]
GET /word-of-the-day

Retrieves today's featured vocabulary word. Rotates deterministically once every 24 hours at UTC midnight.

Parameters: None required.
Response: JSON Object with full word definitions.
W

Embeddable Dictionary Widget for Webmasters

আপোনাৰ ৱেবচাইট বা ব্লগত মাত্ৰ এটা লাইনৰ কোড যোগ কৰি পাঠকসকলক শব্দ নিৰ্বাচন বা ডাবল-ক্লিকৰ জৰিয়তে তৎক্ষণাত অসমীয়া অৰ্থ চোৱাৰ সুবিধা দিয়ক:

<script src="https://assamesedictionary.org/widget.js" defer></script>
Interactive Widget Demo:

তলৰ বাক্যটোত থকা যিকোনো শব্দ ডাবল-ক্লিক বা চিলেক্ট কৰক (যেনে কিতাপ বা wisdom) আৰু তৎক্ষণাত অভিধানৰ পপআপ ওলাই আহিব:

"কিতাপ হৈছে মানৱ জাতিৰ সৰ্বশ্ৰেষ্ঠ বন্ধু, আৰু জ্ঞান হ'ল সমাজৰ প্ৰগতিৰ মূল আধাৰ।"
Fair Use Policy: Rate limited to 60 requests/minute per IP.
Need bulk access or academic dataset exports? Contact hello@dubori.in