Translation components API.

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

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

{
    "total": 840,
    "total_words": 3197,
    "last_change": "2024-03-27T06:59:34.987652Z",
    "recent_changes": 4,
    "translated": 795,
    "translated_words": 3028,
    "translated_percent": 94.6,
    "translated_words_percent": 94.7,
    "translated_chars": 18988,
    "translated_chars_percent": 94.7,
    "total_chars": 20047,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 16,
    "failing_percent": 1.9,
    "code": "de",
    "name": "German",
    "url": "https://weblate.linphone.org/projects/linphone/linphone-android/de/",
    "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/de/"
}