Translation projects API.

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

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

{
    "total": 198,
    "total_words": 799,
    "total_chars": 4687,
    "last_change": "2024-06-07T22:09:54.632995Z",
    "recent_changes": 18,
    "translated": 187,
    "translated_words": 760,
    "translated_percent": 94.4,
    "translated_words_percent": 95.1,
    "translated_chars": 4455,
    "translated_chars_percent": 95.0,
    "fuzzy": 2,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 6,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 41,
    "fuzzy_chars_percent": 0.8,
    "failing": 8,
    "failing_percent": 4.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": "Arbron’s Summoner",
    "url": "https://weblate.foundryvtt-hub.com/projects/arbron-summoner/"
}