Translation projects API.

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

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

{
    "total": 74,
    "total_words": 338,
    "total_chars": 1942,
    "last_change": "2025-07-04T09:07:09.501124Z",
    "recent_changes": 8,
    "translated": 55,
    "translated_words": 275,
    "translated_percent": 74.3,
    "translated_words_percent": 81.3,
    "translated_chars": 1594,
    "translated_chars_percent": 82.0,
    "fuzzy": 1,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 10,
    "fuzzy_chars_percent": 0.5,
    "failing": 5,
    "failing_percent": 6.7,
    "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": 3,
    "comments": 1,
    "name": "Advanced Macros",
    "url": "https://weblate.foundryvtt-hub.com/projects/advanced-macros/"
}