Languages API.

See the Weblate's Web API documentation 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.alelec.net/languages/en/",
    "url": "https://weblate.alelec.net/api/languages/en/?format=api"
}