Translation projects API.

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

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

{
    "total": 73711,
    "total_words": 279879,
    "total_chars": 1732312,
    "last_change": "2025-09-20T00:15:34.337946Z",
    "recent_changes": 834,
    "translated": 31833,
    "translated_words": 114093,
    "translated_percent": 43.1,
    "translated_words_percent": 40.7,
    "translated_chars": 708415,
    "translated_chars_percent": 40.8,
    "fuzzy": 24953,
    "fuzzy_percent": 33.8,
    "failing": 8681,
    "failing_percent": 11.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 2248,
    "readonly_percent": 3.0,
    "suggestions": 162,
    "comments": 2,
    "name": "Gajim",
    "url": "https://translate.gajim.org/projects/gajim/"
}