Languages API.

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

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

{
    "id": 153,
    "code": "jv",
    "name": "Javanese",
    "plural": {
        "id": 153,
        "source": 0,
        "number": 1,
        "formula": "0",
        "type": 0
    },
    "aliases": [
        "jw",
        "jav"
    ],
    "direction": "ltr",
    "population": 9118066520,
    "web_url": "https://translations.documentfoundation.org/languages/jv/",
    "url": "https://translations.documentfoundation.org/api/languages/jv/?format=api",
    "statistics_url": "https://translations.documentfoundation.org/api/languages/jv/statistics/?format=api"
}