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": 24014,
    "total_words": 106831,
    "total_chars": 636530,
    "last_change": "2024-04-15T14:02:51.793944Z",
    "recent_changes": 5589,
    "translated": 21432,
    "translated_words": 90920,
    "translated_percent": 89.2,
    "translated_words_percent": 85.1,
    "translated_chars": 543173,
    "translated_chars_percent": 85.3,
    "fuzzy": 1557,
    "fuzzy_percent": 6.4,
    "fuzzy_words": 10431,
    "fuzzy_words_percent": 9.7,
    "fuzzy_chars": 60854,
    "fuzzy_chars_percent": 9.5,
    "failing": 2405,
    "failing_percent": 10.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 322,
    "readonly_percent": 1.3,
    "readonly_words": 1154,
    "readonly_words_percent": 1.0,
    "readonly_chars": 7903,
    "readonly_chars_percent": 1.2,
    "suggestions": 76,
    "comments": 13,
    "name": "XWiki Contrib",
    "url": "https://l10n.xwiki.org/projects/xwiki-contrib/"
}