Translation projects API.

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

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

{
    "total": 3825,
    "total_words": 8976,
    "total_chars": 47838,
    "last_change": "2024-02-07T02:01:57.155794Z",
    "recent_changes": 289,
    "translated": 2234,
    "translated_words": 5553,
    "translated_percent": 58.4,
    "translated_words_percent": 61.8,
    "translated_chars": 29176,
    "translated_chars_percent": 60.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 408,
    "readonly_percent": 10.6,
    "readonly_words": 1020,
    "readonly_words_percent": 11.3,
    "readonly_chars": 5610,
    "readonly_chars_percent": 11.7,
    "suggestions": 60,
    "comments": 0,
    "name": "Chocolate",
    "url": "https://hosted.weblate.org/projects/chocolate/"
}