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": 32943,
    "total_words": 323645,
    "last_change": "2025-03-30T09:22:54.123003Z",
    "recent_changes": 443,
    "translated": 17300,
    "translated_words": 148939,
    "translated_percent": 52.5,
    "translated_words_percent": 46.0,
    "translated_chars": 1182019,
    "translated_chars_percent": 45.9,
    "total_chars": 2573090,
    "fuzzy": 294,
    "fuzzy_percent": 0.8,
    "failing": 94,
    "failing_percent": 0.2,
    "name": "Andrew Bibb",
    "url": "https://translate.lxqt-project.org/projects/andrew-bibb/"
}