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": 79091,
    "total_words": 702173,
    "total_chars": 4543460,
    "last_change": "2025-02-12T19:12:07.022464Z",
    "recent_changes": 453,
    "translated": 33368,
    "translated_words": 251552,
    "translated_percent": 42.1,
    "translated_words_percent": 35.8,
    "translated_chars": 1616859,
    "translated_chars_percent": 35.5,
    "fuzzy": 1610,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 22465,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 143845,
    "fuzzy_chars_percent": 3.1,
    "failing": 1147,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2467,
    "readonly_percent": 3.1,
    "readonly_words": 9630,
    "readonly_words_percent": 1.3,
    "readonly_chars": 60447,
    "readonly_chars_percent": 1.3,
    "suggestions": 199,
    "comments": 17,
    "name": "YunoHost",
    "url": "https://translate.yunohost.org/projects/yunohost/"
}