Translation projects API.

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

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

{
    "total": 4160,
    "total_words": 28560,
    "total_chars": 189760,
    "last_change": "2024-05-16T13:47:30.992310Z",
    "recent_changes": 89,
    "translated": 2959,
    "translated_words": 20368,
    "translated_percent": 71.1,
    "translated_words_percent": 71.3,
    "translated_chars": 135803,
    "translated_chars_percent": 71.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 20,
    "failing_percent": 0.4,
    "approved": 619,
    "approved_percent": 14.8,
    "approved_words": 4223,
    "approved_words_percent": 14.7,
    "approved_chars": 27523,
    "approved_chars_percent": 14.5,
    "readonly": 208,
    "readonly_percent": 5.0,
    "readonly_words": 1428,
    "readonly_words_percent": 5.0,
    "readonly_chars": 9488,
    "readonly_chars_percent": 5.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Calls",
    "url": "https://translate.mattermost.com/projects/calls/"
}