Translation components API.

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

GET /api/translations/sadiq/strings/ar/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 788,
    "total_words": 3022,
    "total_chars": 18233,
    "last_change": "2025-12-03T04:30:16.116430Z",
    "recent_changes": 0,
    "translated": 710,
    "translated_words": 2704,
    "translated_percent": 90.1,
    "translated_words_percent": 89.4,
    "translated_chars": 16350,
    "translated_chars_percent": 89.6,
    "fuzzy": 22,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 28,
    "fuzzy_words_percent": 0.9,
    "fuzzy_chars": 221,
    "fuzzy_chars_percent": 1.2,
    "failing": 23,
    "failing_percent": 2.9,
    "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": "ar",
    "name": "Arabic",
    "url": "http://translate.gtaf.org/projects/sadiq/strings/ar/",
    "translate_url": "http://translate.gtaf.org/translate/sadiq/strings/ar/"
}