Translation components API.

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

GET /api/translations/linphone-desktop/master/hu/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:27:09.292253Z",
    "recent_changes": 3,
    "translated": 862,
    "translated_words": 2682,
    "translated_percent": 76.4,
    "translated_words_percent": 71.7,
    "translated_chars": 16619,
    "translated_chars_percent": 72.6,
    "total_chars": 22880,
    "fuzzy": 31,
    "fuzzy_percent": 2.7,
    "failing": 9,
    "failing_percent": 0.7,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://weblate.linphone.org/projects/linphone-desktop/master/hu/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-desktop/master/hu/"
}