Translation components API.

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

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

{
    "total": 988,
    "total_words": 4326,
    "total_chars": 25862,
    "last_change": "2025-07-07T06:43:14.416376Z",
    "recent_changes": 0,
    "translated": 123,
    "translated_words": 657,
    "translated_percent": 12.4,
    "translated_words_percent": 15.1,
    "translated_chars": 4054,
    "translated_chars_percent": 15.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 102,
    "readonly_percent": 10.3,
    "readonly_words": 618,
    "readonly_words_percent": 14.2,
    "readonly_chars": 3817,
    "readonly_chars_percent": 14.7,
    "suggestions": 0,
    "comments": 0,
    "code": "ne",
    "name": "Nepali",
    "url": "http://translate.gtaf.org/projects/al-quran-android/strings/ne/",
    "translate_url": "http://translate.gtaf.org/translate/al-quran-android/strings/ne/"
}