Languages API.

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

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

{
    "total": 233,
    "total_words": 1835,
    "total_chars": 11751,
    "last_change": "2024-03-04T11:27:29.803708Z",
    "recent_changes": 0,
    "translated": 107,
    "translated_words": 908,
    "translated_percent": 45.9,
    "translated_words_percent": 49.4,
    "translated_chars": 5870,
    "translated_chars_percent": 49.9,
    "fuzzy": 57,
    "fuzzy_percent": 24.4,
    "fuzzy_words": 506,
    "fuzzy_words_percent": 27.5,
    "fuzzy_chars": 3299,
    "fuzzy_chars_percent": 28.0,
    "failing": 6,
    "failing_percent": 2.5,
    "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": 8,
    "comments": 0,
    "name": "Belarusian (latin)",
    "url": "https://translate.fedoraproject.org/languages/be_Latn/"
}