Translation projects API.

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

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

{
    "total": 97803,
    "total_words": 329889,
    "last_change": "2025-05-18T07:42:46.528489Z",
    "recent_changes": 6737,
    "translated": 79341,
    "translated_words": 261566,
    "translated_percent": 81.1,
    "translated_words_percent": 79.2,
    "translated_chars": 1670714,
    "translated_chars_percent": 79.2,
    "total_chars": 2108698,
    "fuzzy": 291,
    "fuzzy_percent": 0.2,
    "failing": 1133,
    "failing_percent": 1.1,
    "name": "LXQt Desktop",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/"
}