Languages API.

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

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

{
    "id": 211,
    "code": "ig",
    "name": "Igbo",
    "plural": {
        "id": 120,
        "source": 0,
        "number": 1,
        "formula": "0",
        "type": 0
    },
    "aliases": [
        "ibo"
    ],
    "direction": "ltr",
    "population": 27823640,
    "web_url": "https://l10n.elementary.io/languages/ig/",
    "url": "https://l10n.elementary.io/api/languages/ig/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/ig/statistics/?format=api"
}