Translation components API.

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

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

{
    "total": 332,
    "total_words": 1916,
    "last_change": null,
    "recent_changes": 0,
    "translated": 316,
    "translated_words": 1805,
    "translated_percent": 95.1,
    "translated_words_percent": 94.2,
    "translated_chars": 10804,
    "translated_chars_percent": 93.9,
    "total_chars": 11500,
    "fuzzy": 1,
    "fuzzy_percent": 0.3,
    "failing": 6,
    "failing_percent": 1.8,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://weblate.linphone.org/projects/linphone-iphone/localizable/zh_Hant/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-iphone/localizable/zh_Hant/"
}