Translation projects API.

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

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

{
    "total": 194489,
    "total_words": 2091314,
    "total_chars": 14965888,
    "last_change": "2024-03-22T05:02:08.581376Z",
    "recent_changes": 397,
    "translated": 80729,
    "translated_words": 711705,
    "translated_percent": 41.5,
    "translated_words_percent": 34.0,
    "translated_chars": 5007405,
    "translated_chars_percent": 33.4,
    "fuzzy": 1401,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 9010,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 75239,
    "fuzzy_chars_percent": 0.5,
    "failing": 6739,
    "failing_percent": 3.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8663,
    "readonly_percent": 4.4,
    "readonly_words": 97596,
    "readonly_words_percent": 4.6,
    "readonly_chars": 704793,
    "readonly_chars_percent": 4.7,
    "suggestions": 5850,
    "comments": 3,
    "name": "SSSD",
    "url": "https://translate.fedoraproject.org/projects/sssd/"
}