Translation projects API.

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

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

{
    "total": 12097,
    "total_words": 88981,
    "total_chars": 626526,
    "last_change": "2024-03-22T06:01:55.200844Z",
    "recent_changes": 82,
    "translated": 10690,
    "translated_words": 69546,
    "translated_percent": 88.3,
    "translated_words_percent": 78.1,
    "translated_chars": 484152,
    "translated_chars_percent": 77.2,
    "fuzzy": 119,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 1706,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 13897,
    "fuzzy_chars_percent": 2.2,
    "failing": 2113,
    "failing_percent": 17.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 38,
    "readonly_percent": 0.3,
    "readonly_words": 183,
    "readonly_words_percent": 0.2,
    "readonly_chars": 1089,
    "readonly_chars_percent": 0.1,
    "suggestions": 75,
    "comments": 7,
    "name": "MailCleaner Anti Spam",
    "url": "https://hosted.weblate.org/projects/mailcleaner/"
}