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/lt/?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/lt/?format=api",
    "code": "lt",
    "name": "Lithuanian (Latin)",
    "script": "https://www.alphabet-type.com/tools/api/v1.0/localisation/script/Latn/?format=api",
    "language": "https://www.alphabet-type.com/tools/api/v1.0/localisation/language/lt/?format=api",
    "required_codepoints": [
        363,
        260,
        261,
        268,
        269,
        278,
        279,
        280,
        281,
        353,
        370,
        302,
        303,
        371,
        381,
        65,
        66,
        67,
        68,
        69,
        70,
        71,
        72,
        73,
        74,
        75,
        76,
        77,
        78,
        79,
        80,
        82,
        83,
        84,
        85,
        86,
        89,
        90,
        352,
        97,
        98,
        99,
        100,
        101,
        102,
        103,
        104,
        105,
        106,
        107,
        108,
        109,
        110,
        111,
        112,
        114,
        115,
        116,
        117,
        118,
        121,
        122,
        362,
        382
    ],
    "auxiliary_codepoints": [
        113,
        7868,
        7869,
        192,
        193,
        195,
        360,
        200,
        201,
        119,
        81,
        210,
        211,
        213,
        87,
        88,
        217,
        218,
        224,
        225,
        227,
        209,
        232,
        361,
        241,
        242,
        243,
        245,
        233,
        120,
        249,
        250
    ],
    "punctuation_codepoints": [
        33,
        59,
        8230,
        40,
        41,
        44,
        45,
        46,
        125,
        8208,
        91,
        8211,
        8212,
        58,
        123,
        8220,
        93,
        8222,
        63
    ],
    "status": 2
}