API Documentation

API for tools

Test the API

Make a GET request (json)

Make a GET request (api)

Request

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

Response

HTTP 200 OK
      Allow: OPTIONS, GET
      Content-Type: application/json
      Vary: Accept
      [
    "localisation",
    [
        {
            "name": "languages",
            "description": "list of languages",
            "versions": [
                "https://www.alphabet-type.com/tools/api/v1.0/localisation/language/?format=api"
            ]
        },
        {
            "name": "scripts",
            "description": "list of unicode scripts",
            "versions": [
                "https://www.alphabet-type.com/tools/api/v1.0/localisation/script/?format=api"
            ]
        },
        {
            "name": "languagesystems",
            "description": "languagesystems",
            "versions": "https://www.alphabet-type.com/tools/api/v1.0/localisation/languagesystem/?format=api"
        },
        {
            "name": "territories",
            "versions": [
                "https://www.alphabet-type.com/tools/api/v1.0/localisation/territory/?format=api"
            ]
        }
    ]
]