Translation components API.

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

GET /api/translations/linphone-iphone/localizable/zh_Hans/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": 318,
    "translated_words": 1807,
    "translated_percent": 95.7,
    "translated_words_percent": 94.3,
    "translated_chars": 10820,
    "translated_chars_percent": 94.0,
    "total_chars": 11500,
    "fuzzy": 1,
    "fuzzy_percent": 0.3,
    "failing": 5,
    "failing_percent": 1.5,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://weblate.linphone.org/projects/linphone-iphone/localizable/zh_Hans/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-iphone/localizable/zh_Hans/"
}