Translation projects API.

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

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

{
    "total": 8140,
    "total_words": 17982,
    "total_chars": 117438,
    "last_change": "2024-05-13T19:28:35.445514Z",
    "recent_changes": 646,
    "translated": 2566,
    "translated_words": 5771,
    "translated_percent": 31.5,
    "translated_words_percent": 32.0,
    "translated_chars": 37700,
    "translated_chars_percent": 32.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 44,
    "failing_percent": 0.5,
    "approved": 908,
    "approved_percent": 11.1,
    "approved_words": 2051,
    "approved_words_percent": 11.4,
    "approved_chars": 13410,
    "approved_chars_percent": 11.4,
    "readonly": 110,
    "readonly_percent": 1.3,
    "readonly_words": 243,
    "readonly_words_percent": 1.3,
    "readonly_chars": 1587,
    "readonly_chars_percent": 1.3,
    "suggestions": 2,
    "comments": 0,
    "name": "Kodi add-ons: weather",
    "url": "https://kodi.weblate.cloud/projects/kodi-add-ons-weather/"
}