Translation components API.

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

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

{
    "total": 1127,
    "total_words": 3740,
    "last_change": "2023-12-27T16:20:05.767771Z",
    "recent_changes": 16,
    "translated": 820,
    "translated_words": 2477,
    "translated_percent": 72.7,
    "translated_words_percent": 66.2,
    "translated_chars": 15426,
    "translated_chars_percent": 67.4,
    "total_chars": 22880,
    "fuzzy": 48,
    "fuzzy_percent": 4.2,
    "failing": 17,
    "failing_percent": 1.5,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://weblate.linphone.org/projects/linphone-desktop/master/zh_Hans/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-desktop/master/zh_Hans/"
}