Get started

    API Endpoint

    https://dictionary.aksharakuppy.com/api2.php
                

Aksharakuppy dictionary api help users to access data free and easly.

To use this API, you need an API key. Please create an Developer account https://dictionary.aksharakuppy.com/secure/secure.php to get your own API key free.

get characters


# Here is a curl example
curl \
-X GET https://dictionary.aksharakuppy.com/api2.php \
-F 'api_key=your_api_key' \
-F 'search_q=your search word' \

                

To get characters you need to make a GET call to the following url :
https://dictionary.aksharakuppy.com/api2.php



Result example :

{
    "appinfo": {
        "Data From": "Aksharakuppy Dictionary API",
        "apiversion": "1.0"
    },
    "orginalword": {
        "english": "Dictionary"
    },
    "noun": {
        "noun": [
            "നിഘണ്ടു",
            "ശബ്‌ദകോശം",
            "ഒരു ഭാഷയിലെ പദങ്ങള്‍ അക്ഷരമാലക്രമത്തില്‍ ചിട്ടപ്പെടുത്തി അര്‍ത്ഥം വിവരിക്കുന്ന ഗ്രന്ഥം",
            "ശബ്ദകോശം"
        ]
    },
    "idioms": null,
    "phrasalverb": null,
    "adjective": null
}
                

QUERY PARAMETERS

Field Type Description
api_key String Your API key.
search_q String A search word to find meaning.

Errors

The Aksharakuppy Dictionary API uses the following error codes:

Error Code Meaning
402 Search word not found
403 Error 403 means api_key is missing.
401 Error 401 api_key or search_q missing ,normally it not show any error.