Languages API.

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

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

{
    "id": 388,
    "code": "fr_CH",
    "name": "French (Switzerland)",
    "plural": {
        "id": 95,
        "source": 0,
        "number": 2,
        "formula": "n > 1",
        "type": 1
    },
    "aliases": [],
    "direction": "ltr",
    "population": 1764837,
    "web_url": "https://hosted.weblate.org/languages/fr_CH/",
    "url": "https://hosted.weblate.org/api/languages/fr_CH/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/languages/fr_CH/statistics/?format=api"
}