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": 715,
    "total_words": 2656,
    "total_chars": 16166,
    "last_change": "2025-07-23T11:53:50.745569Z",
    "recent_changes": 1,
    "translated": 687,
    "translated_words": 2479,
    "translated_percent": 96.0,
    "translated_words_percent": 93.3,
    "translated_chars": 15141,
    "translated_chars_percent": 93.6,
    "fuzzy": 3,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 21,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 131,
    "fuzzy_chars_percent": 0.8,
    "failing": 42,
    "failing_percent": 5.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": "ar",
    "name": "Arabic",
    "url": "http://translate.gtaf.org/projects/sadiq/strings/ar/",
    "translate_url": "http://translate.gtaf.org/translate/sadiq/strings/ar/"
}