Free API - No key required

Nepali Language API

Build Nepali language tools with our dictionary and spellcheck API. Dictionary lookups span Brihat Nepali Sabdakosh and Pragya Nepali Brihat Shabdakosh, with spellcheck and example sentences.

Quick Example
curl "https://sabdasakha.com/api/v1/dictionary/word?q=घर"
Response:
{
  "word": "घर",
  "part_of_speech": null,
  "split_definitions": "[...]",
  "definitions": [
    {"number": "१.", "text": "गारो लगाई छानु हालेर बनाएको मानिस बस्ने ठाउँ; गृह..."}
  ]
}

API Features

Dictionary API

Nepali word lookups across Brihat Nepali Sabdakosh and Pragya Nepali Brihat Shabdakosh, including variants and multi-dictionary results.

View docs →

Spellcheck API

Real-time spelling validation with correction suggestions. Batch text processing supported.

View docs →

Example Sentences

Get usage examples for words in context. Perfect for language learning apps.

View docs →

Rate Limits

30
requests per minute
1,000
requests per day
Free
no API key needed

Need higher limits? Contact us on Twitter for partner access.

Code Examples

# Dictionary lookup
curl "https://sabdasakha.com/api/v1/dictionary/word?q=घर"

# Autocomplete suggestions
curl "https://sabdasakha.com/api/v1/dictionary/suggest?q=नेपा&limit=5"

# Spellcheck text
curl -X POST "https://sabdasakha.com/api/v1/spellcheck/text" \
  -H "Content-Type: application/json" \
  -d '{"text": "नेपाल सुन्दर देस हो"}'

Ready to build?

Start using the API right now. No signup required.

Read the Documentation