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-05-02T04:43:42.855796Z",
    "recent_changes": 444,
    "translated": 6042,
    "translated_words": 20629,
    "translated_percent": 77.0,
    "translated_words_percent": 67.5,
    "translated_chars": 133885,
    "translated_chars_percent": 66.1,
    "total_chars": 202260,
    "fuzzy": 114,
    "fuzzy_percent": 1.4,
    "failing": 35,
    "failing_percent": 0.4,
    "name": "Luebking",
    "url": "https://translate.lxqt-project.org/projects/luebking/"
}