Translation projects API.

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

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

{
    "total": 55129,
    "total_words": 204041,
    "total_chars": 1239082,
    "last_change": "2024-05-18T12:26:08.365420Z",
    "recent_changes": 221,
    "translated": 18071,
    "translated_words": 59435,
    "translated_percent": 32.7,
    "translated_words_percent": 29.1,
    "translated_chars": 357041,
    "translated_chars_percent": 28.8,
    "fuzzy": 16737,
    "fuzzy_percent": 30.3,
    "fuzzy_words": 60888,
    "fuzzy_words_percent": 29.8,
    "fuzzy_chars": 358068,
    "fuzzy_chars_percent": 28.8,
    "failing": 15919,
    "failing_percent": 28.8,
    "approved": 3772,
    "approved_percent": 6.8,
    "approved_words": 13085,
    "approved_words_percent": 6.4,
    "approved_chars": 78110,
    "approved_chars_percent": 6.3,
    "readonly": 1019,
    "readonly_percent": 1.8,
    "readonly_words": 2925,
    "readonly_words_percent": 1.4,
    "readonly_chars": 17732,
    "readonly_chars_percent": 1.4,
    "suggestions": 29,
    "comments": 1,
    "name": "Kodi remotes",
    "url": "https://kodi.weblate.cloud/projects/kodi-remotes/"
}