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/my/?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/my/?format=api",
    "code": "my",
    "name": "Burmese (Myanmar)",
    "script": "https://www.alphabet-type.com/tools/api/v1.0/localisation/script/Mymr/?format=api",
    "language": "https://www.alphabet-type.com/tools/api/v1.0/localisation/language/my/?format=api",
    "required_codepoints": [
        4096,
        4097,
        4098,
        4099,
        4100,
        4101,
        4102,
        4103,
        4104,
        4105,
        4106,
        4107,
        4108,
        4109,
        4110,
        4111,
        4112,
        4113,
        4114,
        4115,
        4116,
        4117,
        4118,
        4119,
        4120,
        4121,
        4122,
        4123,
        4124,
        4125,
        4126,
        4127,
        4128,
        4129,
        4131,
        4132,
        4133,
        4134,
        4135,
        4137,
        4138,
        4139,
        4140,
        4141,
        4142,
        4143,
        4144,
        4145,
        4146,
        4150,
        4151,
        4152,
        4153,
        4154,
        4155,
        4156,
        4157,
        4158,
        4159
    ],
    "auxiliary_codepoints": [
        4130,
        4136,
        4176,
        4177,
        4178,
        4179,
        4180,
        4181,
        4182,
        4183,
        4184,
        4185
    ],
    "punctuation_codepoints": [
        4170,
        4171,
        8216,
        8217,
        8220,
        8221
    ],
    "status": 2
}