Languages API.

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

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

{
    "total": 5224,
    "total_words": 31740,
    "last_change": "2022-05-10T07:50:40.820908Z",
    "recent_changes": 242,
    "translated": 2328,
    "translated_words": 10540,
    "translated_percent": 44.5,
    "translated_words_percent": 33.2,
    "translated_chars": 74009,
    "translated_chars_percent": 32.2,
    "total_chars": 229231,
    "fuzzy": 770,
    "fuzzy_percent": 14.7,
    "failing": 814,
    "failing_percent": 15.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.1,
    "suggestions": 60,
    "comments": 1,
    "name": "Kabyle",
    "url": "https://weblate.framasoft.org/languages/kab/"
}