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": 91685,
    "total_words": 997758,
    "total_chars": 8098198,
    "last_change": "2026-08-13T12:31:48.059856Z",
    "recent_changes": 1847,
    "translated": 35367,
    "translated_words": 322144,
    "translated_percent": 38.5,
    "translated_words_percent": 32.2,
    "translated_chars": 2723361,
    "translated_chars_percent": 33.6,
    "fuzzy": 8112,
    "fuzzy_percent": 8.8,
    "fuzzy_words": 79912,
    "fuzzy_words_percent": 8.0,
    "fuzzy_chars": 731749,
    "fuzzy_chars_percent": 9.0,
    "failing": 4834,
    "failing_percent": 5.2,
    "approved": 22949,
    "approved_percent": 25.0,
    "approved_words": 201765,
    "approved_words_percent": 20.2,
    "approved_chars": 1737136,
    "approved_chars_percent": 21.4,
    "readonly": 6420,
    "readonly_percent": 7.0,
    "readonly_words": 61182,
    "readonly_words_percent": 6.1,
    "readonly_chars": 499442,
    "readonly_chars_percent": 6.1,
    "suggestions": 4170,
    "comments": 24,
    "name": "Tails",
    "url": "https://translate.tails.net/projects/tails/"
}