Translation projects API.

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

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

{
    "total": 172,
    "total_words": 1462,
    "total_chars": 8174,
    "last_change": "2024-10-26T14:41:29.474495Z",
    "recent_changes": 1,
    "translated": 149,
    "translated_words": 1293,
    "translated_percent": 86.6,
    "translated_words_percent": 88.4,
    "translated_chars": 7261,
    "translated_chars_percent": 88.8,
    "fuzzy": 5,
    "fuzzy_percent": 2.9,
    "fuzzy_words": 23,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 119,
    "fuzzy_chars_percent": 1.4,
    "failing": 6,
    "failing_percent": 3.4,
    "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": 2,
    "comments": 0,
    "name": "GM Notes",
    "url": "https://weblate.foundryvtt-hub.com/projects/gm-notes/"
}