Languages API.

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

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

{
    "id": 95,
    "code": "eu",
    "name": "Basque",
    "plural": {
        "id": 95,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "es_eu",
        "baq",
        "eus"
    ],
    "direction": "ltr",
    "population": 1088518,
    "web_url": "https://translate.yunohost.org/languages/eu/",
    "url": "https://translate.yunohost.org/api/languages/eu/?format=api",
    "statistics_url": "https://translate.yunohost.org/api/languages/eu/statistics/?format=api"
}