Languages API.

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

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

{
    "id": 112,
    "code": "fy",
    "name": "Frisian",
    "plural": {
        "id": 112,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "fry"
    ],
    "direction": "ltr",
    "population": 743057,
    "web_url": "https://translate.fedoraproject.org/languages/fy/",
    "url": "https://translate.fedoraproject.org/api/languages/fy/?format=api",
    "statistics_url": "https://translate.fedoraproject.org/api/languages/fy/statistics/?format=api"
}