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": 26889,
    "total_words": 98602,
    "last_change": "2024-05-01T22:34:38.672571Z",
    "recent_changes": 5123,
    "translated": 22987,
    "translated_words": 79259,
    "translated_percent": 85.4,
    "translated_words_percent": 80.3,
    "translated_chars": 519176,
    "translated_chars_percent": 79.8,
    "total_chars": 650285,
    "fuzzy": 152,
    "fuzzy_percent": 0.5,
    "failing": 511,
    "failing_percent": 1.9,
    "name": "LXQt Panel",
    "url": "https://translate.lxqt-project.org/projects/lxqt-panel/"
}