Translation projects API.

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

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

{
    "total": 90106,
    "total_words": 922075,
    "total_chars": 8270681,
    "last_change": "2024-05-07T16:46:57.808633Z",
    "recent_changes": 15,
    "translated": 58965,
    "translated_words": 578928,
    "translated_percent": 65.4,
    "translated_words_percent": 62.7,
    "translated_chars": 5222428,
    "translated_chars_percent": 63.1,
    "fuzzy": 4036,
    "fuzzy_percent": 4.4,
    "fuzzy_words": 37216,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 378458,
    "fuzzy_chars_percent": 4.5,
    "failing": 6622,
    "failing_percent": 7.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 7422,
    "readonly_percent": 8.2,
    "readonly_words": 73705,
    "readonly_words_percent": 7.9,
    "readonly_chars": 668410,
    "readonly_chars_percent": 8.0,
    "suggestions": 49,
    "comments": 19,
    "name": "Debian Reference",
    "url": "https://hosted.weblate.org/projects/debian-reference/"
}