Translation projects API.

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

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

{
    "total": 3384,
    "total_words": 20052,
    "total_chars": 118636,
    "last_change": "2024-03-05T13:52:44.720166Z",
    "recent_changes": 5,
    "translated": 3151,
    "translated_words": 17767,
    "translated_percent": 93.1,
    "translated_words_percent": 88.6,
    "translated_chars": 105185,
    "translated_chars_percent": 88.6,
    "fuzzy": 7,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 60,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 331,
    "fuzzy_chars_percent": 0.2,
    "failing": 26,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.1,
    "readonly_words": 6,
    "readonly_words_percent": 0.1,
    "readonly_chars": 38,
    "readonly_chars_percent": 0.1,
    "suggestions": 360,
    "comments": 1,
    "name": "cockpit-composer",
    "url": "https://translate.fedoraproject.org/projects/cockpit-composer/"
}