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": 80141,
    "total_words": 740141,
    "total_chars": 4798064,
    "last_change": "2025-04-03T00:56:06.804012Z",
    "recent_changes": 331,
    "translated": 32173,
    "translated_words": 247566,
    "translated_percent": 40.1,
    "translated_words_percent": 33.4,
    "translated_chars": 1594406,
    "translated_chars_percent": 33.2,
    "fuzzy": 1533,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 23658,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 150160,
    "fuzzy_chars_percent": 3.1,
    "failing": 1048,
    "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": 2548,
    "readonly_percent": 3.1,
    "readonly_words": 10788,
    "readonly_words_percent": 1.4,
    "readonly_chars": 68070,
    "readonly_chars_percent": 1.4,
    "suggestions": 187,
    "comments": 15,
    "name": "YunoHost",
    "url": "https://translate.yunohost.org/projects/yunohost/"
}