API Documentation

API endpoint that allows the Group list to be viewed.

Test the API

Make a GET request (json)

Make a GET request (api)

Request

GET /tools/api/v1.0/charactersetdata/group/

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/group/Adobe/",
        "name": "Adobe",
        "description": "Adobe"
    },
    {
        "url": "https://www.alphabet-type.com/tools/api/v1.0/charactersetdata/group/Alpha/",
        "name": "Alpha",
        "description": "Alphabet Type"
    },
    {
        "url": "https://www.alphabet-type.com/tools/api/v1.0/charactersetdata/group/DOS/",
        "name": "DOS",
        "description": "Microsoft DOS"
    },
    {
        "url": "https://www.alphabet-type.com/tools/api/v1.0/charactersetdata/group/ISO/",
        "name": "ISO",
        "description": "ISO 8859"
    },
    {
        "url": "https://www.alphabet-type.com/tools/api/v1.0/charactersetdata/group/Mac/",
        "name": "Mac",
        "description": "Apple Macintosh"
    },
    {
        "url": "https://www.alphabet-type.com/tools/api/v1.0/charactersetdata/group/Win/",
        "name": "Win",
        "description": "Microsoft Windows"
    }
]