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/it/?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/it/?format=api",
    "code": "it",
    "name": "Italian (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/it/?format=api",
    "required_codepoints": [
        108,
        121,
        89,
        120,
        112,
        82,
        113,
        114,
        72,
        115,
        73,
        192,
        65,
        66,
        67,
        68,
        69,
        70,
        71,
        200,
        201,
        74,
        75,
        204,
        77,
        78,
        79,
        80,
        81,
        210,
        211,
        84,
        85,
        86,
        87,
        88,
        217,
        90,
        224,
        97,
        98,
        99,
        100,
        101,
        102,
        103,
        232,
        233,
        106,
        107,
        236,
        109,
        110,
        111,
        76,
        104,
        242,
        243,
        116,
        117,
        118,
        105,
        83,
        249,
        122,
        119
    ],
    "auxiliary_codepoints": [
        376,
        170,
        186,
        193,
        194,
        195,
        196,
        197,
        198,
        199,
        202,
        203,
        205,
        206,
        207,
        209,
        338,
        339,
        212,
        213,
        214,
        216,
        218,
        219,
        220,
        223,
        225,
        226,
        227,
        228,
        229,
        230,
        231,
        234,
        235,
        237,
        238,
        239,
        241,
        244,
        245,
        246,
        248,
        250,
        251,
        252,
        255
    ],
    "punctuation_codepoints": [
        8212,
        8217,
        8220,
        8221,
        33,
        34,
        8230,
        39,
        40,
        41,
        171,
        44,
        45,
        46,
        47,
        58,
        187,
        63,
        64,
        91,
        93,
        59,
        123,
        125
    ],
    "status": 2
}