Translation projects API.

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

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

{
    "total": 47939,
    "total_words": 233785,
    "last_change": "2025-05-11T19:16:04.003385Z",
    "recent_changes": 1717,
    "translated": 38740,
    "translated_words": 172002,
    "translated_percent": 80.8,
    "translated_words_percent": 73.5,
    "translated_chars": 1090973,
    "translated_chars_percent": 73.5,
    "total_chars": 1482901,
    "fuzzy": 151,
    "fuzzy_percent": 0.3,
    "failing": 1843,
    "failing_percent": 3.8,
    "name": "Tsujan",
    "url": "https://translate.lxqt-project.org/projects/tsujan/"
}