Translation projects API.

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

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

{
    "total": 149118,
    "total_words": 649942,
    "total_chars": 3928201,
    "last_change": "2024-05-06T00:45:08.010385Z",
    "recent_changes": 7458,
    "translated": 33265,
    "translated_words": 130009,
    "translated_percent": 22.3,
    "translated_words_percent": 20.0,
    "translated_chars": 788620,
    "translated_chars_percent": 20.0,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 15,
    "fuzzy_chars_percent": 0.1,
    "failing": 797,
    "failing_percent": 0.5,
    "approved": 8749,
    "approved_percent": 5.8,
    "approved_words": 35097,
    "approved_words_percent": 5.4,
    "approved_chars": 213078,
    "approved_chars_percent": 5.4,
    "readonly": 1734,
    "readonly_percent": 1.1,
    "readonly_words": 7558,
    "readonly_words_percent": 1.1,
    "readonly_chars": 45680,
    "readonly_chars_percent": 1.1,
    "suggestions": 165,
    "comments": 21,
    "name": "Kodi add-ons: scripts",
    "url": "https://kodi.weblate.cloud/projects/kodi-add-ons-scripts/"
}