Translation projects API.

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

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

{
    "total": 4014,
    "total_words": 23178,
    "total_chars": 161734,
    "last_change": "2024-03-21T18:27:37.402961Z",
    "recent_changes": 8,
    "translated": 3028,
    "translated_words": 14565,
    "translated_percent": 75.4,
    "translated_words_percent": 62.8,
    "translated_chars": 101147,
    "translated_chars_percent": 62.5,
    "fuzzy": 44,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 841,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 6549,
    "fuzzy_chars_percent": 4.0,
    "failing": 236,
    "failing_percent": 5.8,
    "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": "SWADE Immersion Module",
    "url": "https://weblate.foundryvtt-hub.com/projects/swade-immersive-macros/"
}