Translation projects API.

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

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

{
    "total": 1296,
    "total_words": 2601,
    "last_change": "2023-02-16T04:08:13.788054Z",
    "recent_changes": 59,
    "translated": 1270,
    "translated_words": 2334,
    "translated_percent": 97.9,
    "translated_words_percent": 89.7,
    "translated_chars": 14573,
    "translated_chars_percent": 88.8,
    "total_chars": 16403,
    "fuzzy": 8,
    "fuzzy_percent": 0.6,
    "failing": 13,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "XWiki Rendering",
    "url": "https://l10n.xwiki.org/projects/xwiki-rendering/"
}