Translation projects API.

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

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

{
    "total": 87387,
    "total_words": 291948,
    "last_change": "2024-05-02T16:35:04.461285Z",
    "recent_changes": 5796,
    "translated": 73916,
    "translated_words": 243052,
    "translated_percent": 84.5,
    "translated_words_percent": 83.2,
    "translated_chars": 1552356,
    "translated_chars_percent": 83.0,
    "total_chars": 1868863,
    "fuzzy": 213,
    "fuzzy_percent": 0.2,
    "failing": 1200,
    "failing_percent": 1.3,
    "name": "LXQt Desktop",
    "url": "https://translate.lxqt-project.org/projects/lxqt-desktop/"
}