Translation projects API.

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

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

{
    "total": 6276,
    "total_words": 41584,
    "last_change": "2025-09-16T11:26:14.924414Z",
    "recent_changes": 388,
    "translated": 3193,
    "translated_words": 21546,
    "translated_percent": 50.8,
    "translated_words_percent": 51.8,
    "translated_chars": 121503,
    "translated_chars_percent": 51.3,
    "total_chars": 236588,
    "fuzzy": 191,
    "fuzzy_percent": 3.0,
    "failing": 161,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 49,
    "comments": 1,
    "name": "Ğ1nkgo",
    "url": "https://weblate.duniter.org/projects/g1nkgo/"
}