Translation projects API.

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

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

{
    "total": 29394,
    "total_words": 288890,
    "last_change": "2024-05-04T17:16:29.040783Z",
    "recent_changes": 689,
    "translated": 14524,
    "translated_words": 127416,
    "translated_percent": 49.4,
    "translated_words_percent": 44.1,
    "translated_chars": 1010050,
    "translated_chars_percent": 43.9,
    "total_chars": 2296712,
    "fuzzy": 357,
    "fuzzy_percent": 1.2,
    "failing": 144,
    "failing_percent": 0.4,
    "name": "Andrew Bibb",
    "url": "https://translate.lxqt-project.org/projects/andrew-bibb/"
}