Translation components API.

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

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

{
    "total": 840,
    "total_words": 3197,
    "last_change": "2022-11-23T12:55:39.505189Z",
    "recent_changes": 199,
    "translated": 771,
    "translated_words": 2858,
    "translated_percent": 91.7,
    "translated_words_percent": 89.3,
    "translated_chars": 18006,
    "translated_chars_percent": 89.8,
    "total_chars": 20047,
    "fuzzy": 3,
    "fuzzy_percent": 0.3,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://weblate.linphone.org/projects/linphone/linphone-android/zh_Hans/",
    "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/zh_Hans/"
}