Translation components API.

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

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

{
    "total": 3481,
    "total_words": 40495,
    "total_chars": 283042,
    "last_change": "2025-03-29T05:17:29.735665Z",
    "recent_changes": 2,
    "translated": 3457,
    "translated_words": 40044,
    "translated_percent": 99.3,
    "translated_words_percent": 98.8,
    "translated_chars": 280066,
    "translated_chars_percent": 98.9,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 53,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 263,
    "fuzzy_chars_percent": 0.1,
    "failing": 119,
    "failing_percent": 3.4,
    "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/pf2-fr/rule-element/fr/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2-fr/rule-element/fr/"
}