Translation projects API.

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

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

{
    "total": 3541,
    "total_words": 31843,
    "total_chars": 189490,
    "last_change": "2023-02-09T08:33:30.967373Z",
    "recent_changes": 262,
    "translated": 2258,
    "translated_words": 17313,
    "translated_percent": 63.7,
    "translated_words_percent": 54.3,
    "translated_chars": 104170,
    "translated_chars_percent": 54.9,
    "fuzzy": 365,
    "fuzzy_percent": 10.3,
    "fuzzy_words": 4440,
    "fuzzy_words_percent": 13.9,
    "fuzzy_chars": 26201,
    "fuzzy_chars_percent": 13.8,
    "failing": 224,
    "failing_percent": 6.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 183,
    "readonly_percent": 5.1,
    "readonly_words": 417,
    "readonly_words_percent": 1.3,
    "readonly_chars": 4797,
    "readonly_chars_percent": 2.5,
    "suggestions": 6,
    "comments": 3,
    "name": "DSC Auto Rename",
    "url": "https://hosted.weblate.org/projects/dsc-auto-rename/"
}