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/is/?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/is/?format=api",
    "code": "is",
    "name": "Icelandic (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/is/?format=api",
    "required_codepoints": [
        230,
        214,
        193,
        80,
        109,
        112,
        198,
        71,
        115,
        73,
        65,
        66,
        68,
        69,
        70,
        225,
        72,
        201,
        74,
        75,
        76,
        205,
        78,
        77,
        208,
        120,
        82,
        211,
        84,
        85,
        86,
        88,
        89,
        218,
        79,
        221,
        222,
        97,
        98,
        100,
        101,
        102,
        103,
        104,
        105,
        106,
        107,
        108,
        237,
        110,
        111,
        240,
        114,
        243,
        116,
        117,
        118,
        233,
        83,
        121,
        250,
        253,
        254,
        246
    ],
    "auxiliary_codepoints": [
        99,
        113,
        119,
        81,
        67,
        87,
        90,
        122
    ],
    "punctuation_codepoints": [
        8208,
        8211,
        8212,
        8216,
        8218,
        8220,
        8222,
        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
}