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/sk/?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/sk/?format=api",
    "code": "sk",
    "name": "Slovak (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/sk/?format=api",
    "required_codepoints": [
        65,
        66,
        67,
        68,
        69,
        70,
        71,
        72,
        73,
        74,
        75,
        76,
        77,
        78,
        79,
        80,
        81,
        82,
        83,
        84,
        85,
        86,
        87,
        88,
        89,
        90,
        97,
        98,
        99,
        100,
        101,
        102,
        103,
        104,
        105,
        106,
        107,
        108,
        109,
        110,
        111,
        112,
        113,
        114,
        115,
        116,
        117,
        118,
        119,
        120,
        121,
        122,
        193,
        196,
        201,
        205,
        211,
        212,
        218,
        221,
        225,
        228,
        233,
        237,
        243,
        244,
        250,
        253,
        268,
        269,
        270,
        271,
        313,
        314,
        317,
        318,
        327,
        328,
        340,
        341,
        352,
        353,
        356,
        357,
        381,
        382
    ],
    "auxiliary_codepoints": [
        256,
        257,
        258,
        259,
        364,
        365,
        344,
        274,
        275,
        276,
        277,
        217,
        376,
        219,
        298,
        299,
        300,
        301,
        192,
        194,
        197,
        198,
        199,
        200,
        332,
        202,
        203,
        204,
        333,
        206,
        335,
        209,
        210,
        339,
        334,
        214,
        216,
        345,
        207,
        220,
        224,
        226,
        229,
        230,
        231,
        232,
        234,
        363,
        236,
        338,
        238,
        239,
        241,
        242,
        235,
        246,
        248,
        249,
        251,
        252,
        362,
        255
    ],
    "punctuation_codepoints": [
        8208,
        8211,
        8216,
        8218,
        8220,
        8222,
        33,
        8230,
        167,
        40,
        41,
        42,
        44,
        45,
        46,
        47,
        58,
        59,
        63,
        64,
        91,
        93,
        38
    ],
    "status": 2
}