Languages API.

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

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

{
    "code": "de",
    "name": "German",
    "plural": {
        "id": 411,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "deu_de",
        "deu",
        "ger"
    ],
    "direction": "ltr",
    "population": 136350226,
    "web_url": "http://translate.pkp.sfu.ca/languages/de/",
    "url": "http://translate.pkp.sfu.ca/api/languages/de/?format=api",
    "statistics_url": "http://translate.pkp.sfu.ca/api/languages/de/statistics/?format=api"
}