Translation projects API.

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

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

{
    "total": 11589,
    "total_words": 19683,
    "total_chars": 115526,
    "last_change": "2024-02-17T14:45:06.721162Z",
    "recent_changes": 3810,
    "translated": 9380,
    "translated_words": 15732,
    "translated_percent": 80.9,
    "translated_words_percent": 79.9,
    "translated_chars": 92375,
    "translated_chars_percent": 79.9,
    "fuzzy": 94,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 143,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 880,
    "fuzzy_chars_percent": 0.7,
    "failing": 76,
    "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": 319,
    "readonly_percent": 2.7,
    "readonly_words": 592,
    "readonly_words_percent": 3.0,
    "readonly_chars": 3553,
    "readonly_chars_percent": 3.0,
    "suggestions": 155,
    "comments": 30,
    "name": "CutefishOS",
    "url": "https://hosted.weblate.org/projects/cutefishos/"
}