Translation projects API.

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

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

{
    "total": 40128,
    "total_words": 259084,
    "total_chars": 1659460,
    "last_change": "2024-05-17T22:52:17.877578Z",
    "recent_changes": 1328,
    "translated": 12965,
    "translated_words": 80353,
    "translated_percent": 32.3,
    "translated_words_percent": 31.0,
    "translated_chars": 515031,
    "translated_chars_percent": 31.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 317,
    "failing_percent": 0.7,
    "approved": 3146,
    "approved_percent": 7.8,
    "approved_words": 20896,
    "approved_words_percent": 8.0,
    "approved_chars": 133935,
    "approved_chars_percent": 8.0,
    "readonly": 528,
    "readonly_percent": 1.3,
    "readonly_words": 3409,
    "readonly_words_percent": 1.3,
    "readonly_chars": 21835,
    "readonly_chars_percent": 1.3,
    "suggestions": 8,
    "comments": 20,
    "name": "Kodi add-ons: services",
    "url": "https://kodi.weblate.cloud/projects/kodi-add-ons-services/"
}