Translation projects API.

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

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

{
    "total": 1180,
    "total_words": 3952,
    "total_chars": 26100,
    "last_change": "2025-04-02T08:53:34.819089Z",
    "recent_changes": 5,
    "translated": 808,
    "translated_words": 2625,
    "translated_percent": 68.4,
    "translated_words_percent": 66.4,
    "translated_chars": 17353,
    "translated_chars_percent": 66.4,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 6,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 49,
    "fuzzy_chars_percent": 0.1,
    "failing": 5,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 122,
    "readonly_percent": 10.3,
    "readonly_words": 400,
    "readonly_words_percent": 10.1,
    "readonly_chars": 2642,
    "readonly_chars_percent": 10.1,
    "suggestions": 45,
    "comments": 0,
    "name": "balistica",
    "url": "https://translate.fedoraproject.org/projects/balistica/"
}