Translation projects API.

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

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

{
    "total": 4234,
    "total_words": 19413,
    "total_chars": 120399,
    "last_change": "2024-02-17T14:47:43.920318Z",
    "recent_changes": 2,
    "translated": 2947,
    "translated_words": 12639,
    "translated_percent": 69.6,
    "translated_words_percent": 65.1,
    "translated_chars": 78457,
    "translated_chars_percent": 65.1,
    "fuzzy": 32,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 239,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 1486,
    "fuzzy_chars_percent": 1.2,
    "failing": 44,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 62,
    "comments": 1,
    "name": "raspiblitz-web",
    "url": "https://hosted.weblate.org/projects/raspiblitz-web/"
}