Translation components API.

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

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

{
    "total": 1127,
    "total_words": 3740,
    "last_change": "2022-11-03T15:16:38.726589Z",
    "recent_changes": 3,
    "translated": 638,
    "translated_words": 1660,
    "translated_percent": 56.6,
    "translated_words_percent": 44.3,
    "translated_chars": 10300,
    "translated_chars_percent": 45.0,
    "total_chars": 22880,
    "fuzzy": 31,
    "fuzzy_percent": 2.7,
    "failing": 7,
    "failing_percent": 0.6,
    "code": "sv",
    "name": "Swedish",
    "url": "https://weblate.linphone.org/projects/linphone-desktop/master/sv/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-desktop/master/sv/"
}