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-05-01T13:32:53.617657Z",
    "recent_changes": 1733,
    "translated": 6376,
    "translated_words": 32559,
    "translated_percent": 87.4,
    "translated_words_percent": 82.7,
    "translated_chars": 198532,
    "translated_chars_percent": 83.0,
    "total_chars": 239163,
    "fuzzy": 30,
    "fuzzy_percent": 0.4,
    "failing": 113,
    "failing_percent": 1.5,
    "name": "Qtilities",
    "url": "https://translate.lxqt-project.org/projects/qtilities/"
}