Languages API.

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

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

{
    "code": "sr_Latn",
    "name": "Serbian (latin)",
    "direction": "ltr",
    "web_url": "http://weblate.ucs.ru/languages/sr_Latn/",
    "url": "http://weblate.ucs.ru/api/languages/sr_Latn/?format=api"
}