Translation projects API.

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

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

{
    "total": 10304,
    "total_words": 180420,
    "total_chars": 1115452,
    "last_change": "2024-05-06T12:07:11.841977Z",
    "recent_changes": 136,
    "translated": 1114,
    "translated_words": 17889,
    "translated_percent": 10.8,
    "translated_words_percent": 9.9,
    "translated_chars": 108048,
    "translated_chars_percent": 9.6,
    "fuzzy": 8,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 1064,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 6486,
    "fuzzy_chars_percent": 0.5,
    "failing": 71,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 195,
    "readonly_percent": 1.8,
    "readonly_words": 3038,
    "readonly_words_percent": 1.6,
    "readonly_chars": 18775,
    "readonly_chars_percent": 1.6,
    "suggestions": 134,
    "comments": 0,
    "name": "Scripty",
    "url": "https://hosted.weblate.org/projects/scripty-bot/"
}