Translation projects API.

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

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

{
    "total": 75005,
    "total_words": 1156998,
    "last_change": "2025-11-26T13:16:40.521302Z",
    "recent_changes": 3100,
    "translated": 48598,
    "translated_words": 990949,
    "translated_percent": 64.7,
    "translated_words_percent": 85.6,
    "translated_chars": 6167498,
    "translated_chars_percent": 85.9,
    "total_chars": 7175289,
    "fuzzy": 26032,
    "fuzzy_percent": 34.7,
    "failing": 44889,
    "failing_percent": 59.8,
    "approved": 20243,
    "approved_percent": 26.9,
    "readonly": 6,
    "readonly_percent": 0.1,
    "suggestions": 1614,
    "comments": 0,
    "name": "Amikumu",
    "url": "https://traduk.amikumu.com/projects/amikumu/"
}