Translation projects API.

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

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

{
    "total": 521,
    "total_words": 4076,
    "total_chars": 28632,
    "last_change": "2024-02-26T10:49:24.760699Z",
    "recent_changes": 396,
    "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,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 48,
    "failing_percent": 9.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.7,
    "readonly_words": 4,
    "readonly_words_percent": 0.1,
    "readonly_chars": 37,
    "readonly_chars_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "XWiki Commons",
    "url": "https://l10n.xwiki.org/projects/xwiki-commons/"
}