Languages API.

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

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

{
    "code": "ar",
    "name": "Arabic",
    "direction": "rtl",
    "web_url": "http://weblate.ucs.ru/languages/ar/",
    "url": "http://weblate.ucs.ru/api/languages/ar/?format=api"
}