Translation projects API.

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

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

{
    "total": 1014,
    "total_words": 4368,
    "total_chars": 31434,
    "last_change": "2024-05-01T20:06:34.569953Z",
    "recent_changes": 254,
    "translated": 360,
    "translated_words": 1272,
    "translated_percent": 35.5,
    "translated_words_percent": 29.1,
    "translated_chars": 8971,
    "translated_chars_percent": 28.5,
    "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": 115,
    "approved_percent": 11.3,
    "approved_words": 450,
    "approved_words_percent": 10.3,
    "approved_chars": 3181,
    "approved_chars_percent": 10.1,
    "readonly": 13,
    "readonly_percent": 1.2,
    "readonly_words": 56,
    "readonly_words_percent": 1.2,
    "readonly_chars": 403,
    "readonly_chars_percent": 1.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Kodi add-ons: peripherals",
    "url": "https://kodi.weblate.cloud/projects/kodi-add-ons-peripherals/"
}