Languages API.

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

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

{
    "total": 13434,
    "total_words": 62294,
    "total_chars": 396726,
    "last_change": "2024-04-26T11:01:20.472938Z",
    "recent_changes": 4,
    "translated": 6797,
    "translated_words": 27150,
    "translated_percent": 50.5,
    "translated_words_percent": 43.5,
    "translated_chars": 169666,
    "translated_chars_percent": 42.7,
    "fuzzy": 354,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 3080,
    "fuzzy_words_percent": 4.9,
    "fuzzy_chars": 21508,
    "fuzzy_chars_percent": 5.4,
    "failing": 190,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "name": "French (Belgium)",
    "url": "https://hosted.weblate.org/languages/fr_BE/"
}