Languages API.

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

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

{
    "total": 1648,
    "total_words": 6322,
    "last_change": "2023-09-29T11:31:02.732376Z",
    "recent_changes": 2,
    "translated": 80,
    "translated_words": 148,
    "translated_percent": 4.8,
    "translated_words_percent": 2.3,
    "translated_chars": 2534,
    "translated_chars_percent": 6.3,
    "total_chars": 39602,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 4,
    "failing_percent": 0.2,
    "name": "Bengali (Bangladesh)",
    "url": "https://weblate.linphone.org/languages/bn_BD/"
}