Languages API.

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

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

{
    "code": "ro",
    "name": "Romanian",
    "plural": {
        "id": 211,
        "source": 0,
        "number": 3,
        "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
        "type": 2
    },
    "aliases": [
        "ron",
        "rum"
    ],
    "direction": "ltr",
    "web_url": "https://l10n.opensuse.org/languages/ro/",
    "url": "https://l10n.opensuse.org/api/languages/ro/?format=api",
    "statistics_url": "https://l10n.opensuse.org/api/languages/ro/statistics/?format=api"
}