API Documentation

API endpoint that allows details of a languagesystem to be viewed.

Test the API

Make a GET request (json)

Make a GET request (api)

Request

GET /tools/api/v1.0/localisation/languagesystem/lun/?format=api

Response

HTTP 200 OK
      Allow: GET, HEAD, OPTIONS
      Content-Type: application/json
      Vary: Accept
      {
    "url": "http://www.alphabet-type.com/tools/api/v1.0/localisation/languagesystem/lun/?format=api",
    "code": "lun",
    "name": "Lunda (Latin)",
    "script": "http://www.alphabet-type.com/tools/api/v1.0/localisation/script/Latn/?format=api",
    "language": "http://www.alphabet-type.com/tools/api/v1.0/localisation/language/lun/?format=api",
    "required_codepoints": [],
    "auxiliary_codepoints": [],
    "punctuation_codepoints": [],
    "status": 2
}