Translation projects API.

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

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

{
    "total": 2156,
    "total_words": 35420,
    "total_chars": 200893,
    "last_change": "2024-05-19T04:25:25.486127Z",
    "recent_changes": 358,
    "translated": 380,
    "translated_words": 6182,
    "translated_percent": 17.6,
    "translated_words_percent": 17.4,
    "translated_chars": 36124,
    "translated_chars_percent": 17.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 115,
    "approved_percent": 5.3,
    "approved_words": 1877,
    "approved_words_percent": 5.2,
    "approved_chars": 10979,
    "approved_chars_percent": 5.4,
    "readonly": 28,
    "readonly_percent": 1.2,
    "readonly_words": 460,
    "readonly_words_percent": 1.2,
    "readonly_chars": 2609,
    "readonly_chars_percent": 1.2,
    "suggestions": 2,
    "comments": 0,
    "name": "Kodi add-ons: image decoders",
    "url": "https://kodi.weblate.cloud/projects/kodi-add-ons-image-decoders/"
}