Languages API.


See <a href="https://docs.weblate.org/en/weblate-3.6.1/api.html#languages">the Weblate's Web API documentation</a> for detailed
description of the API.

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

{
    "code": "en",
    "name": "English",
    "direction": "ltr",
    "web_url": "https://weblate.protegus.eu/languages/en/",
    "url": "https://weblate.protegus.eu/api/languages/en/?format=api"
}