Translation projects API.

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

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

{
    "total": 7292,
    "total_words": 39326,
    "last_change": "2025-04-04T02:46:01.424512Z",
    "recent_changes": 1703,
    "translated": 6346,
    "translated_words": 32458,
    "translated_percent": 87.0,
    "translated_words_percent": 82.5,
    "translated_chars": 197883,
    "translated_chars_percent": 82.7,
    "total_chars": 239163,
    "fuzzy": 31,
    "fuzzy_percent": 0.4,
    "failing": 114,
    "failing_percent": 1.5,
    "name": "Qtilities",
    "url": "https://translate.lxqt-project.org/projects/qtilities/"
}