Translation components API.

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

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

{
    "total": 840,
    "total_words": 3197,
    "last_change": "2023-06-30T05:52:13.259556Z",
    "recent_changes": 34,
    "translated": 622,
    "translated_words": 2358,
    "translated_percent": 74.0,
    "translated_words_percent": 73.7,
    "translated_chars": 14906,
    "translated_chars_percent": 74.3,
    "total_chars": 20047,
    "fuzzy": 5,
    "fuzzy_percent": 0.5,
    "failing": 3,
    "failing_percent": 0.3,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://weblate.linphone.org/projects/linphone/linphone-android/hu/",
    "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/hu/"
}