Translation projects API.

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

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

{
    "total": 39534,
    "total_words": 109441,
    "total_chars": 647379,
    "last_change": "2024-05-15T13:06:08.232276Z",
    "recent_changes": 874,
    "translated": 10355,
    "translated_words": 28259,
    "translated_percent": 26.1,
    "translated_words_percent": 25.8,
    "translated_chars": 167251,
    "translated_chars_percent": 25.8,
    "fuzzy": 7,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 28,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 149,
    "fuzzy_chars_percent": 0.1,
    "failing": 400,
    "failing_percent": 1.0,
    "approved": 2663,
    "approved_percent": 6.7,
    "approved_words": 7059,
    "approved_words_percent": 6.4,
    "approved_chars": 42077,
    "approved_chars_percent": 6.4,
    "readonly": 520,
    "readonly_percent": 1.3,
    "readonly_words": 1472,
    "readonly_words_percent": 1.3,
    "readonly_chars": 8673,
    "readonly_chars_percent": 1.3,
    "suggestions": 6,
    "comments": 7,
    "name": "Kodi web interfaces",
    "url": "https://kodi.weblate.cloud/projects/kodi-web-interfaces/"
}