Translation projects API.

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

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

{
    "total": 29423,
    "total_words": 108601,
    "last_change": "2025-05-06T12:55:21.950312Z",
    "recent_changes": 5781,
    "translated": 24726,
    "translated_words": 85758,
    "translated_percent": 84.0,
    "translated_words_percent": 78.9,
    "translated_chars": 562515,
    "translated_chars_percent": 78.6,
    "total_chars": 714881,
    "fuzzy": 119,
    "fuzzy_percent": 0.4,
    "failing": 501,
    "failing_percent": 1.7,
    "name": "LXQt Panel",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/"
}