Translation projects API.

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

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

{
    "total": 48625,
    "total_words": 199571,
    "total_chars": 1302564,
    "last_change": "2024-05-05T23:40:24.805958Z",
    "recent_changes": 278,
    "translated": 26288,
    "translated_words": 109568,
    "translated_percent": 54.0,
    "translated_words_percent": 54.9,
    "translated_chars": 708643,
    "translated_chars_percent": 54.4,
    "fuzzy": 403,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 1982,
    "fuzzy_words_percent": 0.9,
    "fuzzy_chars": 14959,
    "fuzzy_chars_percent": 1.1,
    "failing": 287,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1787,
    "readonly_percent": 3.6,
    "readonly_words": 6839,
    "readonly_words_percent": 3.4,
    "readonly_chars": 45784,
    "readonly_chars_percent": 3.5,
    "suggestions": 192,
    "comments": 31,
    "name": "Kavita",
    "url": "https://hosted.weblate.org/projects/kavita/"
}