Languages API.

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

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

{
    "id": 117,
    "code": "kn",
    "name": "Kannada",
    "plural": {
        "id": 154,
        "source": 0,
        "number": 2,
        "formula": "n > 1",
        "type": 1
    },
    "aliases": [
        "kan"
    ],
    "direction": "ltr",
    "population": 49065330,
    "web_url": "https://hosted.weblate.org/languages/kn/",
    "url": "https://hosted.weblate.org/api/languages/kn/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/languages/kn/statistics/?format=api"
}