Translation projects API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/projects/tilix/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 30994,
    "total_words": 118119,
    "total_chars": 750638,
    "last_change": "2024-04-27T15:07:20.167286Z",
    "recent_changes": 576,
    "translated": 21523,
    "translated_words": 77086,
    "translated_percent": 69.4,
    "translated_words_percent": 65.2,
    "translated_chars": 489693,
    "translated_chars_percent": 65.2,
    "fuzzy": 611,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 2579,
    "fuzzy_words_percent": 2.1,
    "fuzzy_chars": 16212,
    "fuzzy_chars_percent": 2.1,
    "failing": 459,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 771,
    "readonly_percent": 2.4,
    "readonly_words": 2865,
    "readonly_words_percent": 2.4,
    "readonly_chars": 18291,
    "readonly_chars_percent": 2.4,
    "suggestions": 193,
    "comments": 22,
    "name": "Tilix",
    "url": "https://hosted.weblate.org/projects/tilix/"
}