Translation projects API.

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

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

{
    "total": 29380,
    "total_words": 108300,
    "last_change": "2025-03-28T08:44:30.498887Z",
    "recent_changes": 5811,
    "translated": 24580,
    "translated_words": 85219,
    "translated_percent": 83.6,
    "translated_words_percent": 78.6,
    "translated_chars": 559243,
    "translated_chars_percent": 78.4,
    "total_chars": 713032,
    "fuzzy": 123,
    "fuzzy_percent": 0.4,
    "failing": 502,
    "failing_percent": 1.7,
    "name": "LXQt Panel",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/"
}