Languages API.

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

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

{
    "total": 9062,
    "total_words": 35321,
    "total_chars": 220116,
    "last_change": "2024-05-20T02:02:09.778577Z",
    "recent_changes": 75,
    "translated": 657,
    "translated_words": 1507,
    "translated_percent": 7.2,
    "translated_words_percent": 4.2,
    "translated_chars": 13347,
    "translated_chars_percent": 6.0,
    "fuzzy": 221,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 424,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 2633,
    "fuzzy_chars_percent": 1.1,
    "failing": 182,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 288,
    "readonly_percent": 3.1,
    "readonly_words": 444,
    "readonly_words_percent": 1.2,
    "readonly_chars": 7099,
    "readonly_chars_percent": 3.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Nyanja",
    "url": "https://hosted.weblate.org/languages/ny/"
}