Languages API.

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

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

{
    "code": "fr",
    "name": "French",
    "plural": {
        "id": 106,
        "source": 0,
        "number": 2,
        "formula": "n > 1",
        "type": 1
    },
    "aliases": [
        "fra",
        "fre"
    ],
    "direction": "ltr",
    "population": 26405523410,
    "web_url": "https://weblate.framasoft.org/languages/fr/",
    "url": "https://weblate.framasoft.org/api/languages/fr/",
    "statistics_url": "https://weblate.framasoft.org/api/languages/fr/statistics/"
}