Translation projects API.

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

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

{
    "total": 7840,
    "total_words": 30560,
    "last_change": "2025-03-22T17:50:13.558505Z",
    "recent_changes": 500,
    "translated": 5972,
    "translated_words": 19539,
    "translated_percent": 76.1,
    "translated_words_percent": 63.9,
    "translated_chars": 126234,
    "translated_chars_percent": 62.4,
    "total_chars": 202260,
    "fuzzy": 126,
    "fuzzy_percent": 1.6,
    "failing": 33,
    "failing_percent": 0.4,
    "name": "Luebking",
    "url": "https://translate.lxqt-project.org/projects/luebking/"
}