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-04-02T03:55:41.029702Z",
    "recent_changes": 1675,
    "translated": 38700,
    "translated_words": 171702,
    "translated_percent": 80.7,
    "translated_words_percent": 73.4,
    "translated_chars": 1089164,
    "translated_chars_percent": 73.4,
    "total_chars": 1482901,
    "fuzzy": 152,
    "fuzzy_percent": 0.3,
    "failing": 1845,
    "failing_percent": 3.8,
    "name": "Tsujan",
    "url": "https://translate.lxqt-project.org/projects/tsujan/"
}