Translation components API.

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

GET /api/translations/otrs-7/otrs/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 7125,
    "total_words": 59570,
    "total_chars": 366911,
    "last_change": "2023-11-21T14:25:58.227238Z",
    "recent_changes": 1,
    "translated": 7125,
    "translated_words": 59570,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 366911,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 407,
    "approved_percent": 5.7,
    "approved_words": 3790,
    "approved_words_percent": 6.3,
    "approved_chars": 24093,
    "approved_chars_percent": 6.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "http://translate.otrs.com/projects/otrs-7/otrs/de/",
    "translate_url": "http://translate.otrs.com/translate/otrs-7/otrs/de/"
}