Languages API.

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

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

{
    "code": "lt",
    "name": "Lithuanian",
    "plural": {
        "id": 184,
        "source": 0,
        "number": 3,
        "formula": "(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)",
        "type": 2
    },
    "aliases": [
        "lit"
    ],
    "direction": "ltr",
    "web_url": "https://translate.memarc.info/languages/lt/",
    "url": "https://translate.memarc.info/api/languages/lt/?format=api",
    "statistics_url": "https://translate.memarc.info/api/languages/lt/statistics/?format=api"
}