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/charactersetdata/characterset/cp936/?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/charactersetdata/characterset/cp936/?format=api",
    "code": "cp936",
    "name": "MS Windows 936 Chinese Simplified (GBK)",
    "group": "https://www.alphabet-type.com/tools/api/v1.0/charactersetdata/group/Win/?format=api",
    "required_codepoints": [],
    "auxiliary_codepoints": []
}