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": 81328,
    "total_words": 748642,
    "total_chars": 4852414,
    "last_change": "2025-05-21T15:28:27.451882Z",
    "recent_changes": 326,
    "translated": 33339,
    "translated_words": 257477,
    "translated_percent": 40.9,
    "translated_words_percent": 34.3,
    "translated_chars": 1658267,
    "translated_chars_percent": 34.1,
    "fuzzy": 1499,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 22428,
    "fuzzy_words_percent": 2.9,
    "fuzzy_chars": 142703,
    "fuzzy_chars_percent": 2.9,
    "failing": 1047,
    "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": 2599,
    "readonly_percent": 3.1,
    "readonly_words": 10939,
    "readonly_words_percent": 1.4,
    "readonly_chars": 69137,
    "readonly_chars_percent": 1.4,
    "suggestions": 192,
    "comments": 16,
    "name": "YunoHost",
    "url": "https://translate.yunohost.org/projects/yunohost/"
}