Languages API.

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

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

{
    "id": 742,
    "code": "qu_PE",
    "name": "Quechua",
    "plural": {
        "id": 923,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [],
    "direction": "ltr",
    "population": 0,
    "web_url": "https://translation.chamilo.org/languages/qu_PE/",
    "url": "https://translation.chamilo.org/api/languages/qu_PE/?format=api",
    "statistics_url": "https://translation.chamilo.org/api/languages/qu_PE/statistics/?format=api"
}