Translation projects API.

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

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

{
    "total": 49349,
    "total_words": 171984,
    "last_change": "2025-04-02T09:06:39.343856Z",
    "recent_changes": 7073,
    "translated": 41364,
    "translated_words": 138866,
    "translated_percent": 83.8,
    "translated_words_percent": 80.7,
    "translated_chars": 976541,
    "translated_chars_percent": 81.1,
    "total_chars": 1203497,
    "fuzzy": 285,
    "fuzzy_percent": 0.5,
    "failing": 607,
    "failing_percent": 1.2,
    "name": "LXQt Configuration",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/"
}