Translation projects API.

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

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

{
    "total": 50347,
    "total_words": 175312,
    "last_change": "2025-07-06T14:33:21.040363Z",
    "recent_changes": 7264,
    "translated": 42028,
    "translated_words": 140411,
    "translated_percent": 83.4,
    "translated_words_percent": 80.0,
    "translated_chars": 985303,
    "translated_chars_percent": 80.3,
    "total_chars": 1226151,
    "fuzzy": 243,
    "fuzzy_percent": 0.4,
    "failing": 601,
    "failing_percent": 1.1,
    "name": "LXQt Configuration",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/"
}