Translation components API.

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

GET /api/translations/al-quran-android/strings/id/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:42:55.917050Z",
    "recent_changes": 2,
    "translated": 975,
    "translated_words": 4215,
    "translated_percent": 98.6,
    "translated_words_percent": 97.4,
    "translated_chars": 25198,
    "translated_chars_percent": 97.4,
    "fuzzy": 11,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 109,
    "fuzzy_words_percent": 2.5,
    "fuzzy_chars": 657,
    "fuzzy_chars_percent": 2.5,
    "failing": 10,
    "failing_percent": 1.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": "id",
    "name": "Indonesian",
    "url": "http://translate.gtaf.org/projects/al-quran-android/strings/id/",
    "translate_url": "http://translate.gtaf.org/translate/al-quran-android/strings/id/"
}