Languages API.

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

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

{
    "id": 229,
    "code": "ee",
    "name": "Ewe",
    "plural": {
        "id": 85,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "ewe"
    ],
    "direction": "ltr",
    "population": 4690856,
    "web_url": "https://l10n.elementary.io/languages/ee/",
    "url": "https://l10n.elementary.io/api/languages/ee/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/ee/statistics/?format=api"
}