Languages API.

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

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

{
    "code": "he",
    "name": "Hebrew",
    "plural": {
        "id": 139,
        "source": 0,
        "number": 4,
        "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
        "type": 6
    },
    "aliases": [
        "iw",
        "iw_il",
        "heb"
    ],
    "direction": "rtl",
    "web_url": "https://weblate.linphone.org/languages/he/",
    "url": "https://weblate.linphone.org/api/languages/he/?format=api",
    "statistics_url": "https://weblate.linphone.org/api/languages/he/statistics/?format=api"
}