Translation projects API.

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

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

{
    "total": 3386,
    "total_words": 22963,
    "total_chars": 146063,
    "last_change": "2024-03-06T21:51:50.672416Z",
    "recent_changes": 666,
    "translated": 819,
    "translated_words": 5575,
    "translated_percent": 24.1,
    "translated_words_percent": 24.2,
    "translated_chars": 35411,
    "translated_chars_percent": 24.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 309,
    "approved_percent": 9.1,
    "approved_words": 2142,
    "approved_words_percent": 9.3,
    "approved_chars": 13582,
    "approved_chars_percent": 9.2,
    "readonly": 44,
    "readonly_percent": 1.2,
    "readonly_words": 299,
    "readonly_words_percent": 1.3,
    "readonly_chars": 1902,
    "readonly_chars_percent": 1.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Kodi add-ons: virtual filesystems",
    "url": "https://kodi.weblate.cloud/projects/kodi-add-ons-virtual-filesystems/"
}