Translation projects API.

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

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

{
    "total": 4606,
    "total_words": 17569,
    "total_chars": 104006,
    "last_change": "2024-03-17T14:01:46.901611Z",
    "recent_changes": 198,
    "translated": 3489,
    "translated_words": 13090,
    "translated_percent": 75.7,
    "translated_words_percent": 74.5,
    "translated_chars": 77503,
    "translated_chars_percent": 74.5,
    "fuzzy": 53,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 282,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 1869,
    "fuzzy_chars_percent": 1.7,
    "failing": 86,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 50,
    "readonly_percent": 1.0,
    "readonly_words": 79,
    "readonly_words_percent": 0.4,
    "readonly_chars": 1217,
    "readonly_chars_percent": 1.1,
    "suggestions": 157,
    "comments": 2,
    "name": "CityZen",
    "url": "https://hosted.weblate.org/projects/cityzen/"
}