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": 215846,
    "total_words": 1179459,
    "total_chars": 7321751,
    "last_change": "2024-04-15T16:00:32.127378Z",
    "recent_changes": 6728,
    "translated": 157923,
    "translated_words": 832276,
    "translated_percent": 73.1,
    "translated_words_percent": 70.5,
    "translated_chars": 5138520,
    "translated_chars_percent": 70.1,
    "fuzzy": 52934,
    "fuzzy_percent": 24.5,
    "fuzzy_words": 315729,
    "fuzzy_words_percent": 26.7,
    "fuzzy_chars": 1991067,
    "fuzzy_chars_percent": 27.1,
    "failing": 73994,
    "failing_percent": 34.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8572,
    "readonly_percent": 3.9,
    "readonly_words": 49084,
    "readonly_words_percent": 4.1,
    "readonly_chars": 312185,
    "readonly_chars_percent": 4.2,
    "suggestions": 339,
    "comments": 105,
    "name": "XWiki Platform",
    "url": "https://l10n.xwiki.org/projects/xwiki-platform/"
}