Languages API.

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

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

{
    "id": 926,
    "code": "ro_MD",
    "name": "Moldavian",
    "plural": {
        "id": 327,
        "source": 0,
        "number": 3,
        "formula": "(n == 1) ? 0 : ((n == 0 || n % 100 >= 2 && n % 100 <= 19) ? 1 : 2)",
        "type": 2
    },
    "aliases": [
        "mo"
    ],
    "direction": "ltr",
    "population": 2119635,
    "web_url": "https://l10n.elementary.io/languages/ro_MD/",
    "url": "https://l10n.elementary.io/api/languages/ro_MD/?format=api",
    "statistics_url": "https://l10n.elementary.io/api/languages/ro_MD/statistics/?format=api"
}