Languages API.

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

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

{
    "code": "de_AT",
    "name": "Austrian German",
    "direction": "ltr",
    "web_url": "http://weblate.ucs.ru/languages/de_AT/",
    "url": "http://weblate.ucs.ru/api/languages/de_AT/?format=api"
}