Translation components API.

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

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

{
    "total": 592,
    "total_words": 15117,
    "total_chars": 105703,
    "last_change": "2025-03-29T05:16:47.315795Z",
    "recent_changes": 2,
    "translated": 587,
    "translated_words": 14943,
    "translated_percent": 99.1,
    "translated_words_percent": 98.8,
    "translated_chars": 104529,
    "translated_chars_percent": 98.8,
    "fuzzy": 2,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 168,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 1140,
    "fuzzy_chars_percent": 1.0,
    "failing": 17,
    "failing_percent": 2.8,
    "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/action/fr/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2-fr/action/fr/"
}