Translation projects API.

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

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

{
    "total": 337,
    "total_words": 1094,
    "total_chars": 6639,
    "last_change": "2024-03-05T11:45:17.470813Z",
    "recent_changes": 116,
    "translated": 272,
    "translated_words": 858,
    "translated_percent": 80.7,
    "translated_words_percent": 78.4,
    "translated_chars": 5209,
    "translated_chars_percent": 78.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 33,
    "failing_percent": 9.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 9.4,
    "readonly_words": 103,
    "readonly_words_percent": 9.4,
    "readonly_chars": 621,
    "readonly_chars_percent": 9.3,
    "suggestions": 33,
    "comments": 0,
    "name": "ibus-input-pad",
    "url": "https://translate.fedoraproject.org/projects/ibus-input-pad/"
}