Languages API.

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

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

{
    "id": 200,
    "code": "mk",
    "name": "Macedonian",
    "plural": {
        "id": 200,
        "source": 0,
        "number": 2,
        "formula": "n==1 || n%10==1 ? 0 : 1",
        "type": 1
    },
    "aliases": [
        "mac",
        "mkd"
    ],
    "direction": "ltr",
    "population": 160856402,
    "web_url": "https://translations.documentfoundation.org/languages/mk/",
    "url": "https://translations.documentfoundation.org/api/languages/mk/?format=api",
    "statistics_url": "https://translations.documentfoundation.org/api/languages/mk/statistics/?format=api"
}