Translation components API.

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

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

{
    "total": 840,
    "total_words": 3197,
    "last_change": "2022-04-25T05:37:03.263975Z",
    "recent_changes": 67,
    "translated": 261,
    "translated_words": 839,
    "translated_percent": 31.0,
    "translated_words_percent": 26.2,
    "translated_chars": 5736,
    "translated_chars_percent": 28.6,
    "total_chars": 20047,
    "fuzzy": 47,
    "fuzzy_percent": 5.5,
    "failing": 28,
    "failing_percent": 3.3,
    "code": "he",
    "name": "Hebrew",
    "url": "https://weblate.linphone.org/projects/linphone/linphone-android/he/",
    "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/he/"
}