Languages API.

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

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

{
    "code": "ars",
    "name": "Arabic (Najdi)",
    "plural": {
        "id": 21,
        "source": 0,
        "number": 6,
        "formula": "(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n % 100 >= 3 && n % 100 <= 10) ? 3 : ((n % 100 >= 11 && n % 100 <= 99) ? 4 : 5))))",
        "type": 12
    },
    "aliases": [],
    "direction": "ltr",
    "population": 99273300,
    "web_url": "https://weblate.rikka.app/languages/ars/",
    "url": "https://weblate.rikka.app/api/languages/ars/?format=api",
    "statistics_url": "https://weblate.rikka.app/api/languages/ars/statistics/?format=api"
}