Translation projects API.

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

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

{
    "total": 468,
    "total_words": 3660,
    "total_chars": 23568,
    "last_change": "2025-03-27T22:07:18.338854Z",
    "recent_changes": 79,
    "translated": 252,
    "translated_words": 1971,
    "translated_percent": 53.8,
    "translated_words_percent": 53.8,
    "translated_chars": 12740,
    "translated_chars_percent": 54.0,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 13,
    "fuzzy_chars_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.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": 18,
    "comments": 0,
    "name": "DnD5e Drag Ruler Integration",
    "url": "https://weblate.foundryvtt-hub.com/projects/elevation-drag-ruler/"
}