Translation projects API.

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

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

{
    "total": 26644,
    "total_words": 121114,
    "total_chars": 722914,
    "last_change": "2024-12-20T06:59:39.485816Z",
    "recent_changes": 7653,
    "translated": 24591,
    "translated_words": 106307,
    "translated_percent": 92.2,
    "translated_words_percent": 87.7,
    "translated_chars": 635545,
    "translated_chars_percent": 87.9,
    "fuzzy": 1135,
    "fuzzy_percent": 4.2,
    "fuzzy_words": 8564,
    "fuzzy_words_percent": 7.0,
    "fuzzy_chars": 50005,
    "fuzzy_chars_percent": 6.9,
    "failing": 1862,
    "failing_percent": 6.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 476,
    "readonly_percent": 1.7,
    "readonly_words": 1877,
    "readonly_words_percent": 1.5,
    "readonly_chars": 12385,
    "readonly_chars_percent": 1.7,
    "suggestions": 95,
    "comments": 13,
    "name": "XWiki Contrib",
    "url": "https://l10n.xwiki.org/projects/xwiki-contrib/"
}