Translation components API.

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

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

{
    "total": 24,
    "total_words": 108,
    "total_chars": 638,
    "last_change": "2023-01-15T20:06:48.696356Z",
    "recent_changes": 0,
    "translated": 16,
    "translated_words": 75,
    "translated_percent": 66.6,
    "translated_words_percent": 69.4,
    "translated_chars": 435,
    "translated_chars_percent": 68.1,
    "fuzzy": 2,
    "fuzzy_percent": 8.3,
    "fuzzy_words": 6,
    "fuzzy_words_percent": 5.5,
    "fuzzy_chars": 41,
    "fuzzy_chars_percent": 6.4,
    "failing": 2,
    "failing_percent": 8.3,
    "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,
    "code": "ro",
    "name": "Romanian",
    "url": "https://weblate.foundryvtt-hub.com/projects/arbron-summoner/main/ro/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/arbron-summoner/main/ro/"
}