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": 80446,
    "total_words": 748474,
    "total_chars": 4825912,
    "last_change": "2025-09-03T21:12:59.370653Z",
    "recent_changes": 178,
    "translated": 33261,
    "translated_words": 258058,
    "translated_percent": 41.3,
    "translated_words_percent": 34.4,
    "translated_chars": 1654979,
    "translated_chars_percent": 34.2,
    "fuzzy": 1505,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 22021,
    "fuzzy_words_percent": 2.9,
    "fuzzy_chars": 139643,
    "fuzzy_chars_percent": 2.8,
    "failing": 1043,
    "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": 2561,
    "readonly_percent": 3.1,
    "readonly_words": 10678,
    "readonly_words_percent": 1.4,
    "readonly_chars": 67050,
    "readonly_chars_percent": 1.3,
    "suggestions": 187,
    "comments": 15,
    "name": "YunoHost",
    "url": "https://translate.yunohost.org/projects/yunohost/"
}