API Documentation

API for tools

Test the API

Make a GET request (json)

Make a GET request (api)

Request

GET /tools/api/v1.0/tools/?format=api

Response

HTTP 200 OK
      Allow: OPTIONS, GET
      Content-Type: application/json
      Vary: Accept
      [
    "tools",
    [
        {
            "name": "charset-checker list",
            "description": "list of characterset groups",
            "versions": [
                "https://www.alphabet-type.com/tools/api/v1.0/tools/charset-checker/list?format=api"
            ]
        },
        {
            "name": "charset-checker font",
            "description": "list of charactersets",
            "versions": [
                "https://www.alphabet-type.com/tools/api/v1.0/tools/charset-checker/font?format=api"
            ]
        },
        {
            "name": "charset-builder",
            "description": "list of charactersets",
            "versions": [
                "https://www.alphabet-type.com/tools/api/v1.0/tools/charset-builder/?format=api"
            ]
        }
    ]
]