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": 49514,
    "total_words": 172432,
    "last_change": "2025-05-02T23:41:44.279868Z",
    "recent_changes": 6901,
    "translated": 41416,
    "translated_words": 138275,
    "translated_percent": 83.6,
    "translated_words_percent": 80.1,
    "translated_chars": 970962,
    "translated_chars_percent": 80.4,
    "total_chars": 1207403,
    "fuzzy": 285,
    "fuzzy_percent": 0.5,
    "failing": 601,
    "failing_percent": 1.2,
    "name": "LXQt Configuration",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/"
}