Translation components API.

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

GET /api/translations/linphone-desktop/master/tr/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:17:54.036421Z",
    "recent_changes": 3,
    "translated": 813,
    "translated_words": 2464,
    "translated_percent": 72.1,
    "translated_words_percent": 65.8,
    "translated_chars": 15154,
    "translated_chars_percent": 66.2,
    "total_chars": 22880,
    "fuzzy": 41,
    "fuzzy_percent": 3.6,
    "failing": 18,
    "failing_percent": 1.5,
    "code": "tr",
    "name": "Turkish",
    "url": "https://weblate.linphone.org/projects/linphone-desktop/master/tr/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-desktop/master/tr/"
}