Translation projects API.

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

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

{
    "total": 6612,
    "total_words": 59175,
    "total_chars": 352400,
    "last_change": "2024-04-26T02:50:15.125744Z",
    "recent_changes": 18,
    "translated": 5033,
    "translated_words": 41822,
    "translated_percent": 76.1,
    "translated_words_percent": 70.6,
    "translated_chars": 249685,
    "translated_chars_percent": 70.8,
    "fuzzy": 137,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 737,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 4483,
    "fuzzy_chars_percent": 1.2,
    "failing": 41,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 265,
    "readonly_percent": 4.0,
    "readonly_words": 2221,
    "readonly_words_percent": 3.7,
    "readonly_chars": 13248,
    "readonly_chars_percent": 3.7,
    "suggestions": 136,
    "comments": 0,
    "name": "ibus-typing-booster",
    "url": "https://translate.fedoraproject.org/projects/ibus-typing-booster/"
}