Languages API.

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

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

{
    "code": "mr",
    "name": "Marathi",
    "plural": {
        "id": 168,
        "source": 0,
        "number": 2,
        "formula": "n != 1",
        "type": 1
    },
    "aliases": [
        "mar"
    ],
    "direction": "ltr",
    "web_url": "https://l10n.opensuse.org/languages/mr/",
    "url": "https://l10n.opensuse.org/api/languages/mr/?format=api",
    "statistics_url": "https://l10n.opensuse.org/api/languages/mr/statistics/?format=api"
}