Languages API.

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

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

{
    "id": 1246,
    "code": "ceb",
    "name": "Cebuano",
    "plural": {
        "id": 733,
        "source": 0,
        "number": 2,
        "formula": "n != 1 && n != 2 && n != 3 && (n % 10 == 4 || n % 10 == 6 || n % 10 == 9)",
        "type": 1
    },
    "aliases": [],
    "direction": "ltr",
    "population": 26203440,
    "web_url": "https://l10n.elementary.io/languages/ceb/",
    "url": "https://l10n.elementary.io/api/languages/ceb/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/ceb/statistics/?format=api"
}