Translation projects API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/projects/tails/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 91118,
    "total_words": 982887,
    "total_chars": 8001119,
    "last_change": "2025-11-28T05:29:37.185757Z",
    "recent_changes": 3430,
    "translated": 35629,
    "translated_words": 322942,
    "translated_percent": 39.1,
    "translated_words_percent": 32.8,
    "translated_chars": 2741482,
    "translated_chars_percent": 34.2,
    "fuzzy": 7950,
    "fuzzy_percent": 8.7,
    "fuzzy_words": 79183,
    "fuzzy_words_percent": 8.0,
    "fuzzy_chars": 719681,
    "fuzzy_chars_percent": 8.9,
    "failing": 9016,
    "failing_percent": 9.8,
    "approved": 23261,
    "approved_percent": 25.5,
    "approved_words": 202194,
    "approved_words_percent": 20.5,
    "approved_chars": 1750750,
    "approved_chars_percent": 21.8,
    "readonly": 6322,
    "readonly_percent": 6.9,
    "readonly_words": 60096,
    "readonly_words_percent": 6.1,
    "readonly_chars": 496536,
    "readonly_chars_percent": 6.2,
    "suggestions": 4729,
    "comments": 24,
    "name": "Tails",
    "url": "https://translate.tails.net/projects/tails/"
}