Languages API.

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

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

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