Languages API.

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

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

{
    "code": "ko_mt",
    "name": "한국어 (기계번역)",
    "plural": {
        "id": 391,
        "source": 0,
        "number": 1,
        "formula": "0",
        "type": 0
    },
    "aliases": [],
    "direction": "ltr",
    "web_url": "http://waldo.team/languages/ko_mt/",
    "url": "https://waldo.team/api/languages/ko_mt/?format=api",
    "statistics_url": "https://waldo.team/api/languages/ko_mt/statistics/?format=api"
}