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/mt/?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/mt/?format=api",
    "code": "mt",
    "name": "Maltese (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/mt/?format=api",
    "required_codepoints": [
        108,
        266,
        267,
        288,
        289,
        82,
        294,
        295,
        112,
        114,
        72,
        117,
        192,
        65,
        66,
        68,
        69,
        70,
        71,
        200,
        73,
        74,
        75,
        204,
        77,
        78,
        79,
        80,
        81,
        210,
        83,
        84,
        85,
        86,
        87,
        88,
        217,
        90,
        224,
        97,
        98,
        100,
        101,
        102,
        103,
        232,
        105,
        106,
        107,
        236,
        109,
        110,
        111,
        76,
        104,
        242,
        115,
        116,
        113,
        118,
        119,
        120,
        249,
        122,
        379,
        380
    ],
    "auxiliary_codepoints": [
        99,
        89,
        67,
        121
    ],
    "punctuation_codepoints": [
        33,
        34,
        59,
        93,
        39,
        40,
        41,
        44,
        45,
        46,
        125,
        91,
        8216,
        8217,
        58,
        123,
        8220,
        8221,
        63
    ],
    "status": 2
}