Translation projects API.

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

GET /api/projects/ready-set-roll-5e/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 134,
    "total_words": 1240,
    "total_chars": 7506,
    "last_change": "2024-11-19T10:05:03.518545Z",
    "recent_changes": 0,
    "translated": 126,
    "translated_words": 1056,
    "translated_percent": 94.0,
    "translated_words_percent": 85.1,
    "translated_chars": 6394,
    "translated_chars_percent": 85.1,
    "fuzzy": 4,
    "fuzzy_percent": 2.9,
    "fuzzy_words": 126,
    "fuzzy_words_percent": 10.1,
    "fuzzy_chars": 763,
    "fuzzy_chars_percent": 10.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": 0,
    "comments": 0,
    "name": "Ready Set Roll for 5e",
    "url": "https://weblate.foundryvtt-hub.com/projects/ready-set-roll-5e/"
}