Translation components API.

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

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

{
    "total": 840,
    "total_words": 3197,
    "last_change": "2023-09-12T09:12:11.707463Z",
    "recent_changes": 4,
    "translated": 815,
    "translated_words": 3125,
    "translated_percent": 97.0,
    "translated_words_percent": 97.7,
    "translated_chars": 19566,
    "translated_chars_percent": 97.6,
    "total_chars": 20047,
    "fuzzy": 4,
    "fuzzy_percent": 0.4,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "ru",
    "name": "Russian",
    "url": "https://weblate.linphone.org/projects/linphone/linphone-android/ru/",
    "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/ru/"
}