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": 90707,
    "total_words": 981611,
    "total_chars": 7978478,
    "last_change": "2026-03-12T11:02:30.643076Z",
    "recent_changes": 2171,
    "translated": 35945,
    "translated_words": 328370,
    "translated_percent": 39.6,
    "translated_words_percent": 33.4,
    "translated_chars": 2777110,
    "translated_chars_percent": 34.8,
    "fuzzy": 7565,
    "fuzzy_percent": 8.3,
    "fuzzy_words": 74997,
    "fuzzy_words_percent": 7.6,
    "fuzzy_chars": 682897,
    "fuzzy_chars_percent": 8.5,
    "failing": 8470,
    "failing_percent": 9.3,
    "approved": 23499,
    "approved_percent": 25.9,
    "approved_words": 207717,
    "approved_words_percent": 21.1,
    "approved_chars": 1789887,
    "approved_chars_percent": 22.4,
    "readonly": 6373,
    "readonly_percent": 7.0,
    "readonly_words": 60372,
    "readonly_words_percent": 6.1,
    "readonly_chars": 493476,
    "readonly_chars_percent": 6.1,
    "suggestions": 3969,
    "comments": 20,
    "name": "Tails",
    "url": "https://translate.tails.net/projects/tails/"
}