Translation components API.

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

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

{
    "total": 840,
    "total_words": 3197,
    "last_change": "2023-04-03T06:26:52.000861Z",
    "recent_changes": 43,
    "translated": 434,
    "translated_words": 1582,
    "translated_percent": 51.6,
    "translated_words_percent": 49.4,
    "translated_chars": 10262,
    "translated_chars_percent": 51.1,
    "total_chars": 20047,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "code": "fi",
    "name": "Finnish",
    "url": "https://weblate.linphone.org/projects/linphone/linphone-android/fi/",
    "translate_url": "https://weblate.linphone.org/translate/linphone/linphone-android/fi/"
}