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/bem/?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/bem/?format=api",
    "code": "bem",
    "name": "Bemba (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/bem/?format=api",
    "required_codepoints": [
        65,
        66,
        67,
        69,
        70,
        71,
        73,
        74,
        75,
        76,
        77,
        78,
        79,
        80,
        83,
        84,
        85,
        87,
        89,
        97,
        98,
        99,
        101,
        102,
        103,
        105,
        106,
        107,
        108,
        109,
        110,
        111,
        112,
        115,
        116,
        117,
        119,
        121
    ],
    "auxiliary_codepoints": [
        100,
        118,
        81,
        72,
        114,
        113,
        82,
        86,
        104,
        120,
        68,
        90,
        122,
        88
    ],
    "punctuation_codepoints": [],
    "status": 2
}