Languages API.

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

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

{
    "id": 213,
    "code": "fa_AF",
    "name": "Dari",
    "plural": {
        "id": 213,
        "source": 0,
        "number": 2,
        "formula": "n > 1",
        "type": 1
    },
    "aliases": [],
    "direction": "rtl",
    "population": 18321900,
    "web_url": "https://translation.chamilo.org/languages/fa_AF/",
    "url": "https://translation.chamilo.org/api/languages/fa_AF/?format=api",
    "statistics_url": "https://translation.chamilo.org/api/languages/fa_AF/statistics/?format=api"
}