Translation components API.

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

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

{
    "total": 15,
    "total_words": 31,
    "last_change": "2023-11-15T10:24:51.226515Z",
    "recent_changes": 5,
    "translated": 13,
    "translated_words": 25,
    "translated_percent": 86.6,
    "translated_words_percent": 80.6,
    "translated_chars": 161,
    "translated_chars_percent": 77.7,
    "total_chars": 207,
    "fuzzy": 2,
    "fuzzy_percent": 13.3,
    "failing": 3,
    "failing_percent": 20.0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://weblate.linphone.org/projects/linphone-iphone/advanced/ja/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-iphone/advanced/ja/"
}