Translation projects API.

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

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

{
    "total": 8690,
    "total_words": 49731,
    "total_chars": 302321,
    "last_change": "2023-09-21T15:01:11.454106Z",
    "recent_changes": 933,
    "translated": 4351,
    "translated_words": 24616,
    "translated_percent": 50.0,
    "translated_words_percent": 49.4,
    "translated_chars": 148872,
    "translated_chars_percent": 49.2,
    "fuzzy": 3303,
    "fuzzy_percent": 38.0,
    "fuzzy_words": 18915,
    "fuzzy_words_percent": 38.0,
    "fuzzy_chars": 113437,
    "fuzzy_chars_percent": 37.5,
    "failing": 4410,
    "failing_percent": 50.7,
    "approved": 1858,
    "approved_percent": 21.3,
    "approved_words": 10544,
    "approved_words_percent": 21.2,
    "approved_chars": 63625,
    "approved_chars_percent": 21.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 7,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 3,
    "name": "OfficeLife",
    "url": "https://hosted.weblate.org/projects/officelife/"
}