Translation projects API.

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

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

{
    "total": 7590,
    "total_words": 25116,
    "total_chars": 149109,
    "last_change": "2024-05-03T13:55:08.082730Z",
    "recent_changes": 1039,
    "translated": 2682,
    "translated_words": 7819,
    "translated_percent": 35.3,
    "translated_words_percent": 31.1,
    "translated_chars": 45197,
    "translated_chars_percent": 30.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 41,
    "failing_percent": 0.5,
    "approved": 652,
    "approved_percent": 8.5,
    "approved_words": 2095,
    "approved_words_percent": 8.3,
    "approved_chars": 12519,
    "approved_chars_percent": 8.3,
    "readonly": 110,
    "readonly_percent": 1.4,
    "readonly_words": 364,
    "readonly_words_percent": 1.4,
    "readonly_chars": 2161,
    "readonly_chars_percent": 1.4,
    "suggestions": 0,
    "comments": 0,
    "name": "Kodi add-ons: program",
    "url": "https://kodi.weblate.cloud/projects/kodi-add-ons-program/"
}