Languages API.

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

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

{
    "code": "en_GB",
    "name": "English (United Kingdom)",
    "direction": "ltr",
    "web_url": "http://weblate.ucs.ru/languages/en_GB/",
    "url": "http://weblate.ucs.ru/api/languages/en_GB/?format=api"
}