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": 79858,
    "total_words": 738688,
    "total_chars": 4769632,
    "last_change": "2025-07-10T13:29:38.030669Z",
    "recent_changes": 631,
    "translated": 33370,
    "translated_words": 258560,
    "translated_percent": 41.7,
    "translated_words_percent": 35.0,
    "translated_chars": 1659084,
    "translated_chars_percent": 34.7,
    "fuzzy": 1458,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 21942,
    "fuzzy_words_percent": 2.9,
    "fuzzy_chars": 139439,
    "fuzzy_chars_percent": 2.9,
    "failing": 1021,
    "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": 2560,
    "readonly_percent": 3.2,
    "readonly_words": 10665,
    "readonly_words_percent": 1.4,
    "readonly_chars": 66993,
    "readonly_chars_percent": 1.4,
    "suggestions": 193,
    "comments": 16,
    "name": "YunoHost",
    "url": "https://translate.yunohost.org/projects/yunohost/"
}