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": 141053,
    "total_words": 1682498,
    "total_chars": 13131137,
    "last_change": "2024-03-17T11:24:07.606833Z",
    "recent_changes": 11916,
    "translated": 49783,
    "translated_words": 499951,
    "translated_percent": 35.2,
    "translated_words_percent": 29.7,
    "translated_chars": 4045003,
    "translated_chars_percent": 30.8,
    "fuzzy": 10068,
    "fuzzy_percent": 7.1,
    "fuzzy_words": 105263,
    "fuzzy_words_percent": 6.2,
    "fuzzy_chars": 1018865,
    "fuzzy_chars_percent": 7.7,
    "failing": 7343,
    "failing_percent": 5.2,
    "approved": 31892,
    "approved_percent": 22.6,
    "approved_words": 296855,
    "approved_words_percent": 17.6,
    "approved_chars": 2433114,
    "approved_chars_percent": 18.5,
    "readonly": 9188,
    "readonly_percent": 6.5,
    "readonly_words": 107339,
    "readonly_words_percent": 6.3,
    "readonly_chars": 837611,
    "readonly_chars_percent": 6.3,
    "suggestions": 3002,
    "comments": 83,
    "name": "Tails",
    "url": "https://translate.tails.boum.org/projects/tails/"
}