Translation projects API.

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

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

{
    "total": 7654,
    "total_words": 41968,
    "total_chars": 261784,
    "last_change": "2023-08-05T17:21:11.364555Z",
    "recent_changes": 203,
    "translated": 2899,
    "translated_words": 15568,
    "translated_percent": 37.8,
    "translated_words_percent": 37.0,
    "translated_chars": 96541,
    "translated_chars_percent": 36.8,
    "fuzzy": 67,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 374,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 2521,
    "fuzzy_chars_percent": 0.9,
    "failing": 170,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 89,
    "readonly_percent": 1.1,
    "readonly_words": 488,
    "readonly_words_percent": 1.1,
    "readonly_chars": 3044,
    "readonly_chars_percent": 1.1,
    "suggestions": 221,
    "comments": 1,
    "name": "imsettings",
    "url": "https://translate.fedoraproject.org/projects/imsettings/"
}