Translation components API.

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

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

{
    "total": 180,
    "total_words": 1814,
    "total_chars": 10562,
    "last_change": "2024-09-10T21:02:51.724996Z",
    "recent_changes": 2,
    "translated": 156,
    "translated_words": 1460,
    "translated_percent": 86.6,
    "translated_words_percent": 80.4,
    "translated_chars": 8593,
    "translated_chars_percent": 81.3,
    "fuzzy": 2,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 87,
    "fuzzy_words_percent": 4.7,
    "fuzzy_chars": 469,
    "fuzzy_chars_percent": 4.4,
    "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,
    "code": "fr",
    "name": "French",
    "url": "https://weblate.foundryvtt-hub.com/projects/pin-cushion/main/fr/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/pin-cushion/main/fr/"
}