Translation projects API.

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

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

{
    "total": 1016720,
    "total_words": 4669409,
    "total_chars": 28814212,
    "last_change": "2024-05-08T18:22:22.525189Z",
    "recent_changes": 5780,
    "translated": 741946,
    "translated_words": 3000789,
    "translated_percent": 72.9,
    "translated_words_percent": 64.2,
    "translated_chars": 18472754,
    "translated_chars_percent": 64.1,
    "fuzzy": 22,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 142,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 855,
    "fuzzy_chars_percent": 0.1,
    "failing": 15698,
    "failing_percent": 1.5,
    "approved": 64810,
    "approved_percent": 6.3,
    "approved_words": 290456,
    "approved_words_percent": 6.2,
    "approved_chars": 1792852,
    "approved_chars_percent": 6.2,
    "readonly": 15174,
    "readonly_percent": 1.4,
    "readonly_words": 62073,
    "readonly_words_percent": 1.3,
    "readonly_chars": 380764,
    "readonly_chars_percent": 1.3,
    "suggestions": 546,
    "comments": 89,
    "name": "Kodi core",
    "url": "https://kodi.weblate.cloud/projects/kodi-core/"
}