Languages API.

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

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

{
    "code": "bn_BD",
    "name": "Bengali (Bangladesh)",
    "direction": "ltr",
    "web_url": "https://weblate.appinventor.mit.edu/languages/bn_BD/",
    "url": "https://weblate.appinventor.mit.edu/api/languages/bn_BD/?format=api"
}