API Documentation

API endpoint that allows language details to be viewed.

Test the API

Make a GET request (json)

Make a GET request (api)

Request

GET /tools/api/v1.0/localisation/language/kn/?format=api

Response

HTTP 200 OK
      Allow: GET, HEAD, OPTIONS
      Content-Type: application/json
      Vary: Accept
      {
    "url": "https://www.alphabet-type.com/tools/api/v1.0/localisation/language/kn/?format=api",
    "name": "Kannada",
    "code": "kn",
    "writingsystems": [
        "https://www.alphabet-type.com/tools/api/v1.0/localisation/languagesystem/kn/?format=api"
    ]
}