Translation projects API.

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

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

{
    "total": 1580,
    "total_words": 5872,
    "total_chars": 36681,
    "last_change": "2025-07-22T18:01:57.061849Z",
    "recent_changes": 408,
    "translated": 1551,
    "translated_words": 5790,
    "translated_percent": 98.1,
    "translated_words_percent": 98.6,
    "translated_chars": 36180,
    "translated_chars_percent": 98.6,
    "fuzzy": 8,
    "fuzzy_percent": 0.5,
    "failing": 11,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 137,
    "readonly_percent": 8.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Gajim plugins",
    "url": "https://translate.gajim.org/projects/gajim-plugins/"
}