Languages API.

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

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

{
    "id": 103,
    "code": "fil",
    "name": "Filipino",
    "plural": {
        "id": 103,
        "source": 0,
        "number": 2,
        "formula": "n != 1 && n != 2 && n != 3 && (n % 10 == 4 || n % 10 == 6 || n % 10 == 9)",
        "type": 1
    },
    "aliases": [
        "fil_fil"
    ],
    "direction": "ltr",
    "population": 67471095,
    "web_url": "https://translate.fedoraproject.org/languages/fil/",
    "url": "https://translate.fedoraproject.org/api/languages/fil/?format=api",
    "statistics_url": "https://translate.fedoraproject.org/api/languages/fil/statistics/?format=api"
}