Languages API.

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

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

{
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "direction": "ltr",
    "web_url": "https://weblate.alelec.net/languages/nb_NO/",
    "url": "https://weblate.alelec.net/api/languages/nb_NO/?format=api"
}