Translation projects API.

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

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

{
    "total": 26165,
    "total_words": 157158,
    "total_chars": 1008690,
    "last_change": "2024-03-15T20:36:02.412577Z",
    "recent_changes": 516,
    "translated": 17102,
    "translated_words": 94810,
    "translated_percent": 65.3,
    "translated_words_percent": 60.3,
    "translated_chars": 604883,
    "translated_chars_percent": 59.9,
    "fuzzy": 272,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 1582,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 10170,
    "fuzzy_chars_percent": 1.0,
    "failing": 866,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 553,
    "readonly_percent": 2.1,
    "readonly_words": 2884,
    "readonly_words_percent": 1.8,
    "readonly_chars": 18535,
    "readonly_chars_percent": 1.8,
    "suggestions": 1068,
    "comments": 5,
    "name": "blivet",
    "url": "https://translate.fedoraproject.org/projects/blivet/"
}