Translation components API.

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

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

{
    "total": 840,
    "total_words": 3197,
    "last_change": "2022-07-26T23:28:54.239325Z",
    "recent_changes": 343,
    "translated": 359,
    "translated_words": 1391,
    "translated_percent": 42.7,
    "translated_words_percent": 43.5,
    "translated_chars": 9073,
    "translated_chars_percent": 45.2,
    "total_chars": 20047,
    "fuzzy": 4,
    "fuzzy_percent": 0.4,
    "failing": 7,
    "failing_percent": 0.8,
    "code": "uk",
    "name": "Ukrainian",
    "url": "https://weblate.linphone.org/projects/linphone/linphone-android/uk/",
    "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/uk/"
}