Languages API.

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

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

{
    "id": 87,
    "code": "es",
    "name": "Spanish",
    "plural": {
        "id": 87,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "es_la",
        "esp",
        "spa"
    ],
    "direction": "ltr",
    "population": 493528078,
    "web_url": "https://weblate.framasoft.org/languages/es/",
    "url": "https://weblate.framasoft.org/api/languages/es/?format=api",
    "statistics_url": "https://weblate.framasoft.org/api/languages/es/statistics/?format=api"
}