Translation projects API.

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

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

{
    "total": 230,
    "total_words": 1922,
    "total_chars": 12358,
    "last_change": "2025-02-20T13:36:41.436868Z",
    "recent_changes": 13,
    "translated": 180,
    "translated_words": 1377,
    "translated_percent": 78.2,
    "translated_words_percent": 71.6,
    "translated_chars": 8754,
    "translated_chars_percent": 70.8,
    "fuzzy": 9,
    "fuzzy_percent": 3.9,
    "fuzzy_words": 137,
    "fuzzy_words_percent": 7.1,
    "fuzzy_chars": 885,
    "fuzzy_chars_percent": 7.1,
    "failing": 12,
    "failing_percent": 5.2,
    "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": 6,
    "comments": 2,
    "name": "Cautious Gamemaster's Pack",
    "url": "https://weblate.foundryvtt-hub.com/projects/CautiousGamemastersPack/"
}