Languages API.

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

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

{
    "id": 207,
    "code": "mt",
    "name": "Maltese",
    "plural": {
        "id": 207,
        "source": 0,
        "number": 4,
        "formula": "n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3",
        "type": 8
    },
    "aliases": [
        "mlt"
    ],
    "direction": "ltr",
    "population": 45726700,
    "web_url": "https://translations.documentfoundation.org/languages/mt/",
    "url": "https://translations.documentfoundation.org/api/languages/mt/?format=api",
    "statistics_url": "https://translations.documentfoundation.org/api/languages/mt/statistics/?format=api"
}