Translation projects API.

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

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

{
    "total": 69088,
    "total_words": 237473,
    "total_chars": 1467644,
    "last_change": "2024-05-11T05:36:19.481702Z",
    "recent_changes": 493,
    "translated": 44176,
    "translated_words": 140072,
    "translated_percent": 63.9,
    "translated_words_percent": 58.9,
    "translated_chars": 871875,
    "translated_chars_percent": 59.4,
    "fuzzy": 1301,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 6607,
    "fuzzy_words_percent": 2.7,
    "fuzzy_chars": 41534,
    "fuzzy_chars_percent": 2.8,
    "failing": 379,
    "failing_percent": 0.5,
    "approved": 481,
    "approved_percent": 0.6,
    "approved_words": 1687,
    "approved_words_percent": 0.7,
    "approved_chars": 10502,
    "approved_chars_percent": 0.7,
    "readonly": 2423,
    "readonly_percent": 3.5,
    "readonly_words": 4935,
    "readonly_words_percent": 2.0,
    "readonly_chars": 31968,
    "readonly_chars_percent": 2.1,
    "suggestions": 35,
    "comments": 1,
    "name": "Tachiyomi",
    "url": "https://hosted.weblate.org/projects/tachiyomi/"
}