Translation projects API.

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

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

{
    "total": 62605,
    "total_words": 1105221,
    "total_chars": 7358826,
    "last_change": "2024-04-30T04:36:11.372213Z",
    "recent_changes": 525,
    "translated": 37851,
    "translated_words": 510235,
    "translated_percent": 60.4,
    "translated_words_percent": 46.1,
    "translated_chars": 3405679,
    "translated_chars_percent": 46.2,
    "fuzzy": 146,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 940,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 5249,
    "fuzzy_chars_percent": 0.1,
    "failing": 3519,
    "failing_percent": 5.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1187,
    "readonly_percent": 1.8,
    "readonly_words": 20859,
    "readonly_words_percent": 1.8,
    "readonly_chars": 138891,
    "readonly_chars_percent": 1.8,
    "suggestions": 940,
    "comments": 0,
    "name": "setroubleshoot",
    "url": "https://translate.fedoraproject.org/projects/setroubleshoot/"
}