Languages API.

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

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

{
    "code": "km",
    "name": "Khmer (Central)",
    "plural": {
        "id": 43,
        "source": 0,
        "number": 1,
        "formula": "0",
        "type": 0
    },
    "aliases": [
        "khm"
    ],
    "direction": "ltr",
    "web_url": "https://l10n.opensuse.org/languages/km/",
    "url": "https://l10n.opensuse.org/api/languages/km/?format=api",
    "statistics_url": "https://l10n.opensuse.org/api/languages/km/statistics/?format=api"
}