Translation components API.

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

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

{
    "total": 1127,
    "total_words": 3740,
    "last_change": "2024-02-24T12:15:29.776088Z",
    "recent_changes": 2,
    "translated": 56,
    "translated_words": 282,
    "translated_percent": 4.9,
    "translated_words_percent": 7.5,
    "translated_chars": 1684,
    "translated_chars_percent": 7.3,
    "total_chars": 22880,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 5,
    "failing_percent": 0.4,
    "code": "ka",
    "name": "Georgian",
    "url": "https://weblate.linphone.org/projects/linphone-desktop/master/ka/",
    "translate_url": "https://weblate.linphone.org/translate/linphone-desktop/master/ka/"
}