Translation projects API.

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

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

{
    "total": 217547,
    "total_words": 1192315,
    "total_chars": 7403516,
    "last_change": "2024-07-22T11:33:45.374744Z",
    "recent_changes": 6713,
    "translated": 158809,
    "translated_words": 838264,
    "translated_percent": 72.9,
    "translated_words_percent": 70.3,
    "translated_chars": 5178729,
    "translated_chars_percent": 69.9,
    "fuzzy": 52868,
    "fuzzy_percent": 24.3,
    "fuzzy_words": 316171,
    "fuzzy_words_percent": 26.5,
    "fuzzy_chars": 1993292,
    "fuzzy_chars_percent": 26.9,
    "failing": 73738,
    "failing_percent": 33.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8666,
    "readonly_percent": 3.9,
    "readonly_words": 49825,
    "readonly_words_percent": 4.1,
    "readonly_chars": 316650,
    "readonly_chars_percent": 4.2,
    "suggestions": 336,
    "comments": 106,
    "name": "XWiki Platform",
    "url": "https://l10n.xwiki.org/projects/xwiki-platform/"
}