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": 81496,
    "total_words": 750196,
    "total_chars": 4859680,
    "last_change": "2025-07-03T15:12:56.684415Z",
    "recent_changes": 615,
    "translated": 33859,
    "translated_words": 261829,
    "translated_percent": 41.5,
    "translated_words_percent": 34.9,
    "translated_chars": 1685379,
    "translated_chars_percent": 34.6,
    "fuzzy": 1486,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 22159,
    "fuzzy_words_percent": 2.9,
    "fuzzy_chars": 141160,
    "fuzzy_chars_percent": 2.9,
    "failing": 1030,
    "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": 212,
    "comments": 16,
    "name": "YunoHost",
    "url": "https://translate.yunohost.org/projects/yunohost/"
}