Translation components API.

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

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

{
    "total": 4198,
    "total_words": 30307,
    "total_chars": 32639,
    "last_change": "2025-04-23T02:48:08.604136Z",
    "recent_changes": 30,
    "translated": 3754,
    "translated_words": 27062,
    "translated_percent": 89.4,
    "translated_words_percent": 89.2,
    "translated_chars": 29167,
    "translated_chars_percent": 89.3,
    "fuzzy": 17,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 158,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 187,
    "fuzzy_chars_percent": 0.5,
    "failing": 5,
    "failing_percent": 0.1,
    "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": 3,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://weblate.dudu-auto.com/projects/duduauto/launcher_a/pt/",
    "translate_url": "https://weblate.dudu-auto.com/translate/duduauto/launcher_a/pt/"
}