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/ta/?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/languagesystem/ta/?format=api",
    "code": "ta",
    "name": "Tamil (Tamil)",
    "script": "https://www.alphabet-type.com/tools/api/v1.0/localisation/script/Taml/?format=api",
    "language": "https://www.alphabet-type.com/tools/api/v1.0/localisation/language/ta/?format=api",
    "required_codepoints": [
        2947,
        2949,
        2950,
        2951,
        2952,
        2953,
        2954,
        2958,
        2959,
        2960,
        2962,
        2963,
        2964,
        2965,
        2969,
        2970,
        2972,
        2974,
        2975,
        2979,
        2980,
        2984,
        2985,
        2986,
        2990,
        2991,
        2992,
        2993,
        2994,
        2995,
        2996,
        2997,
        2999,
        3000,
        3001,
        3006,
        3007,
        3008,
        3009,
        3010,
        3014,
        3015,
        3016,
        3018,
        3019,
        3020,
        3021
    ],
    "auxiliary_codepoints": [
        8204,
        8205
    ],
    "punctuation_codepoints": [
        8208,
        8211,
        8212,
        8216,
        8217,
        8220,
        8221,
        8224,
        33,
        34,
        35,
        8230,
        39,
        40,
        41,
        42,
        44,
        45,
        46,
        47,
        8242,
        8243,
        58,
        59,
        63,
        64,
        8225,
        91,
        93,
        38,
        167
    ],
    "status": 2
}