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": 80614,
    "total_words": 749146,
    "total_chars": 4829104,
    "last_change": "2025-10-12T06:13:01.140830Z",
    "recent_changes": 314,
    "translated": 33382,
    "translated_words": 258776,
    "translated_percent": 41.4,
    "translated_words_percent": 34.5,
    "translated_chars": 1659141,
    "translated_chars_percent": 34.3,
    "fuzzy": 1535,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 22028,
    "fuzzy_words_percent": 2.9,
    "fuzzy_chars": 139756,
    "fuzzy_chars_percent": 2.8,
    "failing": 1045,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2565,
    "readonly_percent": 3.1,
    "readonly_words": 10694,
    "readonly_words_percent": 1.4,
    "readonly_chars": 67126,
    "readonly_chars_percent": 1.3,
    "suggestions": 187,
    "comments": 15,
    "name": "YunoHost",
    "url": "https://translate.yunohost.org/projects/yunohost/"
}