Languages API.

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

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

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