Translation projects API.

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

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

{
    "total": 521,
    "total_words": 4076,
    "total_chars": 28632,
    "last_change": "2022-12-03T11:25:16.303770Z",
    "recent_changes": 393,
    "translated": 521,
    "translated_words": 4076,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 28632,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 48,
    "failing_percent": 9.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.7,
    "suggestions": 0,
    "comments": 0,
    "name": "XWiki Commons",
    "url": "https://l10n.xwiki.org/projects/xwiki-commons/"
}