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-07-06T14:13:28.121612Z",
    "recent_changes": 492,
    "translated": 6115,
    "translated_words": 20877,
    "translated_percent": 77.9,
    "translated_words_percent": 68.3,
    "translated_chars": 135518,
    "translated_chars_percent": 67.0,
    "total_chars": 202260,
    "fuzzy": 99,
    "fuzzy_percent": 1.2,
    "failing": 34,
    "failing_percent": 0.4,
    "name": "Luebking",
    "url": "https://translate.lxqt-project.org/projects/luebking/"
}