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/yi/?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/yi/?format=api",
    "code": "yi",
    "name": "Yiddish (Hebrew)",
    "script": "https://www.alphabet-type.com/tools/api/v1.0/localisation/script/Hebr/?format=api",
    "language": "https://www.alphabet-type.com/tools/api/v1.0/localisation/language/yi/?format=api",
    "required_codepoints": [
        1488,
        1489,
        1490,
        1491,
        1492,
        1493,
        1494,
        1495,
        1496,
        1497,
        1498,
        1499,
        1500,
        1501,
        1502,
        1503,
        1504,
        1505,
        1506,
        1507,
        1509,
        1510,
        1511,
        1512,
        1513,
        1514
    ],
    "auxiliary_codepoints": [
        8206,
        8207
    ],
    "punctuation_codepoints": [
        33,
        34,
        91,
        39,
        40,
        41,
        1523,
        44,
        45,
        46,
        47,
        8208,
        8211,
        8212,
        1524,
        58,
        59,
        93,
        1470,
        63
    ],
    "status": 2
}