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": 97836,
    "total_words": 329135,
    "last_change": "2025-04-03T18:01:34.349270Z",
    "recent_changes": 7365,
    "translated": 79552,
    "translated_words": 261763,
    "translated_percent": 81.3,
    "translated_words_percent": 79.5,
    "translated_chars": 1672490,
    "translated_chars_percent": 79.4,
    "total_chars": 2103945,
    "fuzzy": 294,
    "fuzzy_percent": 0.3,
    "failing": 1160,
    "failing_percent": 1.1,
    "name": "LXQt Desktop",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/"
}