Translation projects API.

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

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

{
    "total": 81440,
    "total_words": 718155,
    "total_chars": 4615198,
    "last_change": "2024-10-29T22:47:53.190934Z",
    "recent_changes": 221,
    "translated": 35346,
    "translated_words": 263552,
    "translated_percent": 43.4,
    "translated_words_percent": 36.6,
    "translated_chars": 1680560,
    "translated_chars_percent": 36.4,
    "fuzzy": 1579,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 22343,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 144235,
    "fuzzy_chars_percent": 3.1,
    "failing": 1075,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2522,
    "readonly_percent": 3.0,
    "readonly_words": 10074,
    "readonly_words_percent": 1.4,
    "readonly_chars": 63102,
    "readonly_chars_percent": 1.3,
    "suggestions": 177,
    "comments": 15,
    "name": "YunoHost",
    "url": "https://translate.yunohost.org/projects/yunohost/"
}