Translation projects API.

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

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

{
    "total": 350,
    "total_words": 1281,
    "total_chars": 6783,
    "last_change": "2024-02-19T16:31:24.388057Z",
    "recent_changes": 4,
    "translated": 266,
    "translated_words": 920,
    "translated_percent": 76.0,
    "translated_words_percent": 71.8,
    "translated_chars": 4806,
    "translated_chars_percent": 70.8,
    "fuzzy": 4,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 34,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 184,
    "fuzzy_chars_percent": 2.7,
    "failing": 14,
    "failing_percent": 4.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": 0,
    "comments": 0,
    "name": "Visual Active Effects",
    "url": "https://weblate.foundryvtt-hub.com/projects/visual-active-effects/"
}