Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/tt/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 11,
    "code": "tt",
    "name": "Tatar",
    "plural": {
        "id": 311,
        "source": 0,
        "number": 1,
        "formula": "0",
        "type": 0
    },
    "aliases": [
        "tat"
    ],
    "direction": "ltr",
    "population": 1984107,
    "web_url": "https://hosted.weblate.org/languages/tt/",
    "url": "https://hosted.weblate.org/api/languages/tt/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/languages/tt/statistics/?format=api"
}