Languages API.

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

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

{
    "id": 431,
    "code": "es_CR",
    "name": "Spanish (Costa Rica)",
    "plural": {
        "id": 499,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [],
    "direction": "ltr",
    "population": 5002301,
    "web_url": "https://translate.fedoraproject.org/languages/es_CR/",
    "url": "https://translate.fedoraproject.org/api/languages/es_CR/?format=api",
    "statistics_url": "https://translate.fedoraproject.org/api/languages/es_CR/statistics/?format=api"
}