Translation components API.

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

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

{
    "total": 1127,
    "total_words": 3740,
    "last_change": "2023-07-26T15:06:10.157325Z",
    "recent_changes": 4,
    "translated": 901,
    "translated_words": 2662,
    "translated_percent": 79.9,
    "translated_words_percent": 71.1,
    "translated_chars": 16355,
    "translated_chars_percent": 71.4,
    "total_chars": 22880,
    "fuzzy": 32,
    "fuzzy_percent": 2.8,
    "failing": 12,
    "failing_percent": 1.0,
    "code": "it",
    "name": "Italian",
    "url": "https://weblate.linphone.org/projects/linphone-desktop/master/it/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-desktop/master/it/"
}