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": 141173,
    "total_words": 1686344,
    "total_chars": 13131652,
    "last_change": "2024-04-23T22:38:59.897633Z",
    "recent_changes": 11133,
    "translated": 50373,
    "translated_words": 502851,
    "translated_percent": 35.6,
    "translated_words_percent": 29.8,
    "translated_chars": 4053022,
    "translated_chars_percent": 30.8,
    "fuzzy": 10383,
    "fuzzy_percent": 7.3,
    "fuzzy_words": 109242,
    "fuzzy_words_percent": 6.4,
    "fuzzy_chars": 1058781,
    "fuzzy_chars_percent": 8.0,
    "failing": 7429,
    "failing_percent": 5.2,
    "approved": 30807,
    "approved_percent": 21.8,
    "approved_words": 291587,
    "approved_words_percent": 17.2,
    "approved_chars": 2376043,
    "approved_chars_percent": 18.0,
    "readonly": 11556,
    "readonly_percent": 8.1,
    "readonly_words": 121384,
    "readonly_words_percent": 7.1,
    "readonly_chars": 950570,
    "readonly_chars_percent": 7.2,
    "suggestions": 2902,
    "comments": 78,
    "name": "Tails",
    "url": "https://translate.tails.boum.org/projects/tails/"
}