Languages API.

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

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

{
    "id": 96,
    "code": "fa",
    "name": "Persian",
    "plural": {
        "id": 96,
        "source": 0,
        "number": 2,
        "formula": "n > 1",
        "type": 1
    },
    "aliases": [
        "fas_ir",
        "fas",
        "per"
    ],
    "direction": "rtl",
    "population": 84710458,
    "web_url": "https://translate.yunohost.org/languages/fa/",
    "url": "https://translate.yunohost.org/api/languages/fa/?format=api",
    "statistics_url": "https://translate.yunohost.org/api/languages/fa/statistics/?format=api"
}