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": 212090,
    "total_words": 1144822,
    "total_chars": 7086688,
    "last_change": "2023-09-28T08:38:24.613266Z",
    "recent_changes": 7323,
    "translated": 152889,
    "translated_words": 792522,
    "translated_percent": 72.0,
    "translated_words_percent": 69.2,
    "translated_chars": 4871968,
    "translated_chars_percent": 68.7,
    "fuzzy": 54394,
    "fuzzy_percent": 25.6,
    "failing": 76441,
    "failing_percent": 36.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8165,
    "readonly_percent": 3.8,
    "suggestions": 353,
    "comments": 108,
    "name": "XWiki Platform",
    "url": "https://l10n.xwiki.org/projects/xwiki-platform/"
}