Translation projects API.

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

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

{
    "total": 3249,
    "total_words": 14706,
    "total_chars": 94107,
    "last_change": "2023-09-17T15:35:55.523505Z",
    "recent_changes": 115,
    "translated": 2189,
    "translated_words": 9729,
    "translated_percent": 67.3,
    "translated_words_percent": 66.1,
    "translated_chars": 61685,
    "translated_chars_percent": 65.5,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 1,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 9,
    "fuzzy_chars_percent": 0.1,
    "failing": 74,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 57,
    "readonly_percent": 1.7,
    "readonly_words": 258,
    "readonly_words_percent": 1.7,
    "readonly_chars": 1651,
    "readonly_chars_percent": 1.7,
    "suggestions": 99,
    "comments": 0,
    "name": "im-chooser",
    "url": "https://translate.fedoraproject.org/projects/im-chooser/"
}