Translation projects API.

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

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

{
    "total": 16093,
    "total_words": 82775,
    "total_chars": 529991,
    "last_change": "2024-05-04T02:48:52.755385Z",
    "recent_changes": 0,
    "translated": 5210,
    "translated_words": 24558,
    "translated_percent": 32.3,
    "translated_words_percent": 29.6,
    "translated_chars": 157759,
    "translated_chars_percent": 29.7,
    "fuzzy": 4542,
    "fuzzy_percent": 28.2,
    "fuzzy_words": 15617,
    "fuzzy_words_percent": 18.8,
    "fuzzy_chars": 103661,
    "fuzzy_chars_percent": 19.5,
    "failing": 1652,
    "failing_percent": 10.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 209,
    "readonly_percent": 1.2,
    "readonly_words": 1075,
    "readonly_words_percent": 1.2,
    "readonly_chars": 6883,
    "readonly_chars_percent": 1.2,
    "suggestions": 1428,
    "comments": 3,
    "name": "anaconda-webui",
    "url": "https://translate.fedoraproject.org/projects/anaconda-webui/"
}