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": 141548,
    "total_words": 1686807,
    "total_chars": 13166161,
    "last_change": "2024-03-27T12:37:04.713388Z",
    "recent_changes": 11368,
    "translated": 50825,
    "translated_words": 506640,
    "translated_percent": 35.9,
    "translated_words_percent": 30.0,
    "translated_chars": 4099475,
    "translated_chars_percent": 31.1,
    "fuzzy": 10043,
    "fuzzy_percent": 7.0,
    "fuzzy_words": 105147,
    "fuzzy_words_percent": 6.2,
    "fuzzy_chars": 1018112,
    "fuzzy_chars_percent": 7.7,
    "failing": 7372,
    "failing_percent": 5.2,
    "approved": 31131,
    "approved_percent": 21.9,
    "approved_words": 293886,
    "approved_words_percent": 17.4,
    "approved_chars": 2405812,
    "approved_chars_percent": 18.2,
    "readonly": 11544,
    "readonly_percent": 8.1,
    "readonly_words": 121220,
    "readonly_words_percent": 7.1,
    "readonly_chars": 950454,
    "readonly_chars_percent": 7.2,
    "suggestions": 3013,
    "comments": 82,
    "name": "Tails",
    "url": "https://translate.tails.boum.org/projects/tails/"
}