Translation projects API.

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

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

{
    "total": 18786,
    "total_words": 119126,
    "total_chars": 777079,
    "last_change": "2024-05-08T15:53:59.692912Z",
    "recent_changes": 2282,
    "translated": 9046,
    "translated_words": 57297,
    "translated_percent": 48.1,
    "translated_words_percent": 48.0,
    "translated_chars": 373587,
    "translated_chars_percent": 48.0,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 27,
    "fuzzy_chars_percent": 0.1,
    "failing": 109,
    "failing_percent": 0.5,
    "approved": 1807,
    "approved_percent": 9.6,
    "approved_words": 11560,
    "approved_words_percent": 9.7,
    "approved_chars": 75199,
    "approved_chars_percent": 9.6,
    "readonly": 244,
    "readonly_percent": 1.2,
    "readonly_words": 1548,
    "readonly_words_percent": 1.2,
    "readonly_chars": 10098,
    "readonly_chars_percent": 1.2,
    "suggestions": 9,
    "comments": 1,
    "name": "Kodi add-ons: information providers",
    "url": "https://kodi.weblate.cloud/projects/kodi-add-ons-information-providers/"
}