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": 7830,
    "total_words": 42717,
    "total_chars": 266655,
    "last_change": "2025-01-04T00:55:53.618334Z",
    "recent_changes": 51,
    "translated": 3170,
    "translated_words": 16911,
    "translated_percent": 40.4,
    "translated_words_percent": 39.5,
    "translated_chars": 104903,
    "translated_chars_percent": 39.3,
    "fuzzy": 63,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 354,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 2367,
    "fuzzy_chars_percent": 0.8,
    "failing": 160,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 90,
    "readonly_percent": 1.1,
    "readonly_words": 491,
    "readonly_words_percent": 1.1,
    "readonly_chars": 3065,
    "readonly_chars_percent": 1.1,
    "suggestions": 218,
    "comments": 1,
    "name": "imsettings",
    "url": "https://translate.fedoraproject.org/projects/imsettings/"
}