Translation projects API.

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

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

{
    "total": 5951,
    "total_words": 28635,
    "last_change": "2024-05-02T17:00:06.812316Z",
    "recent_changes": 1095,
    "translated": 5122,
    "translated_words": 24506,
    "translated_percent": 86.0,
    "translated_words_percent": 85.5,
    "translated_chars": 150997,
    "translated_chars_percent": 85.4,
    "total_chars": 176658,
    "fuzzy": 39,
    "fuzzy_percent": 0.6,
    "failing": 142,
    "failing_percent": 2.3,
    "name": "Qtilities",
    "url": "https://translate.lxqt-project.org/projects/qtilities/"
}