Translation components API.

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

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

{
    "total": 840,
    "total_words": 3197,
    "last_change": "2023-10-10T17:53:55.974632Z",
    "recent_changes": 22,
    "translated": 840,
    "translated_words": 3197,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 20047,
    "translated_chars_percent": 100.0,
    "total_chars": 20047,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://weblate.linphone.org/projects/linphone/linphone-android/zh_Hant/",
    "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/zh_Hant/"
}