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/nl/?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/nl/?format=api",
    "code": "nl",
    "name": "Dutch (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/nl/?format=api",
    "required_codepoints": [
        107,
        86,
        193,
        77,
        109,
        89,
        196,
        111,
        90,
        82,
        122,
        71,
        115,
        73,
        65,
        66,
        67,
        68,
        69,
        70,
        97,
        72,
        201,
        74,
        203,
        76,
        205,
        78,
        207,
        80,
        81,
        75,
        211,
        84,
        85,
        214,
        87,
        88,
        228,
        218,
        79,
        220,
        118,
        225,
        98,
        99,
        100,
        101,
        102,
        103,
        104,
        233,
        106,
        235,
        108,
        237,
        110,
        239,
        112,
        113,
        114,
        243,
        116,
        117,
        246,
        105,
        83,
        121,
        250,
        119,
        252,
        120
    ],
    "auxiliary_codepoints": [
        376,
        192,
        194,
        195,
        197,
        198,
        199,
        200,
        202,
        206,
        209,
        338,
        339,
        212,
        216,
        217,
        219,
        224,
        226,
        227,
        229,
        230,
        231,
        232,
        234,
        238,
        241,
        244,
        248,
        249,
        251,
        255
    ],
    "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
}