Translation components API.

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

GET /api/translations/pf2e-dorako-ui/main/pt/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 97,
    "total_words": 431,
    "total_chars": 2627,
    "last_change": "2025-07-06T21:08:34.303252Z",
    "recent_changes": 12,
    "translated": 56,
    "translated_words": 142,
    "translated_percent": 57.7,
    "translated_words_percent": 32.9,
    "translated_chars": 846,
    "translated_chars_percent": 32.2,
    "fuzzy": 12,
    "fuzzy_percent": 12.3,
    "fuzzy_words": 141,
    "fuzzy_words_percent": 32.7,
    "fuzzy_chars": 838,
    "fuzzy_chars_percent": 31.8,
    "failing": 13,
    "failing_percent": 13.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": "pt",
    "name": "Portuguese",
    "url": "https://weblate.foundryvtt-hub.com/projects/pf2e-dorako-ui/main/pt/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-dorako-ui/main/pt/"
}