Translation projects API.

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

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

{
    "total": 7208,
    "total_words": 45241,
    "total_chars": 304591,
    "last_change": "2023-06-06T20:11:18.884444Z",
    "recent_changes": 109,
    "translated": 2182,
    "translated_words": 13367,
    "translated_percent": 30.2,
    "translated_words_percent": 29.5,
    "translated_chars": 90289,
    "translated_chars_percent": 29.6,
    "fuzzy": 57,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 174,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 1054,
    "fuzzy_chars_percent": 0.3,
    "failing": 63,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 404,
    "readonly_percent": 5.6,
    "readonly_words": 2520,
    "readonly_words_percent": 5.5,
    "readonly_chars": 16970,
    "readonly_chars_percent": 5.5,
    "suggestions": 26,
    "comments": 5,
    "name": "Pytition",
    "url": "https://weblate.framasoft.org/projects/pytition/"
}