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