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/prg/?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/prg/?format=api",
    "code": "prg",
    "name": "Prussian (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/prg/?format=api",
    "required_codepoints": [
        256,
        257,
        363,
        86,
        87,
        7696,
        7697,
        274,
        275,
        381,
        333,
        120,
        538,
        539,
        325,
        290,
        291,
        326,
        298,
        299,
        353,
        310,
        311,
        65,
        66,
        67,
        68,
        69,
        70,
        71,
        72,
        73,
        74,
        75,
        76,
        77,
        78,
        79,
        80,
        81,
        82,
        83,
        84,
        85,
        342,
        343,
        88,
        89,
        90,
        352,
        97,
        98,
        99,
        100,
        101,
        102,
        103,
        104,
        105,
        106,
        107,
        108,
        109,
        110,
        111,
        112,
        113,
        114,
        115,
        116,
        117,
        118,
        119,
        332,
        121,
        122,
        362,
        382
    ],
    "auxiliary_codepoints": [],
    "punctuation_codepoints": [
        33,
        59,
        8230,
        40,
        41,
        44,
        45,
        46,
        125,
        8208,
        91,
        8211,
        8212,
        58,
        123,
        8220,
        93,
        8222,
        63
    ],
    "status": 1
}