Translation projects API.

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

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

{
    "total": 30822,
    "total_words": 101069,
    "total_chars": 617780,
    "last_change": "2024-05-03T19:49:12.055741Z",
    "recent_changes": 436,
    "translated": 20381,
    "translated_words": 66777,
    "translated_percent": 66.1,
    "translated_words_percent": 66.0,
    "translated_chars": 406351,
    "translated_chars_percent": 65.7,
    "fuzzy": 2225,
    "fuzzy_percent": 7.2,
    "fuzzy_words": 7178,
    "fuzzy_words_percent": 7.1,
    "fuzzy_chars": 43612,
    "fuzzy_chars_percent": 7.0,
    "failing": 3632,
    "failing_percent": 11.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1541,
    "readonly_percent": 4.9,
    "readonly_words": 5002,
    "readonly_words_percent": 4.9,
    "readonly_chars": 30603,
    "readonly_chars_percent": 4.9,
    "suggestions": 2004,
    "comments": 0,
    "name": "libosinfo",
    "url": "https://translate.fedoraproject.org/projects/libosinfo/"
}