Languages API.

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

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

{
    "id": 139,
    "code": "nl_BE",
    "name": "Dutch (Belgium)",
    "plural": {
        "id": 90,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "dutch_be",
        "flemish",
        "nlb"
    ],
    "direction": "ltr",
    "population": 6446385,
    "web_url": "https://hosted.weblate.org/languages/nl_BE/",
    "url": "https://hosted.weblate.org/api/languages/nl_BE/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/languages/nl_BE/statistics/?format=api"
}