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": "2024-08-26T07:41:31.095736Z",
    "recent_changes": 5,
    "translated": 906,
    "translated_words": 2695,
    "translated_percent": 80.3,
    "translated_words_percent": 72.0,
    "translated_chars": 16576,
    "translated_chars_percent": 72.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/"
}