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