Translation projects API.

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

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

{
    "total": 2703,
    "total_words": 20037,
    "total_chars": 126183,
    "last_change": "2024-03-01T06:35:59.937866Z",
    "recent_changes": 54,
    "translated": 1868,
    "translated_words": 11426,
    "translated_percent": 69.1,
    "translated_words_percent": 57.0,
    "translated_chars": 72444,
    "translated_chars_percent": 57.4,
    "fuzzy": 71,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 687,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 4131,
    "fuzzy_chars_percent": 3.2,
    "failing": 78,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 150,
    "readonly_percent": 5.5,
    "readonly_words": 1113,
    "readonly_words_percent": 5.5,
    "readonly_chars": 7009,
    "readonly_chars_percent": 5.5,
    "suggestions": 18,
    "comments": 0,
    "name": "ibus-table",
    "url": "https://translate.fedoraproject.org/projects/ibus-table/"
}