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/uk/?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/uk/?format=api",
    "code": "uk",
    "name": "Ukrainian (Cyrillic)",
    "script": "https://www.alphabet-type.com/tools/api/v1.0/localisation/script/Cyrl/?format=api",
    "language": "https://www.alphabet-type.com/tools/api/v1.0/localisation/language/uk/?format=api",
    "required_codepoints": [
        1028,
        1030,
        1031,
        1168,
        1041,
        1042,
        1043,
        1044,
        1045,
        1046,
        1047,
        1048,
        1049,
        1050,
        1051,
        1052,
        1053,
        1054,
        1055,
        1056,
        1057,
        1058,
        1059,
        1060,
        1061,
        1062,
        1063,
        1064,
        1065,
        1068,
        1070,
        1071,
        1072,
        1073,
        1074,
        1075,
        1076,
        1077,
        1078,
        1079,
        1080,
        1081,
        1082,
        1083,
        1084,
        1085,
        1086,
        1087,
        1088,
        1089,
        1090,
        1091,
        1092,
        1093,
        1094,
        1095,
        1096,
        1097,
        1100,
        1102,
        1103,
        1108,
        1110,
        1111,
        1040,
        1169,
        700
    ],
    "auxiliary_codepoints": [
        1025,
        1099,
        1066,
        1067,
        1069,
        1101,
        1105,
        1098
    ],
    "punctuation_codepoints": [
        8211,
        8470,
        8220,
        8222,
        33,
        34,
        167,
        40,
        41,
        42,
        171,
        44,
        45,
        46,
        47,
        58,
        187,
        63,
        64,
        91,
        92,
        93,
        59,
        39,
        123,
        125
    ],
    "status": 2
}