Translation components API.

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

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

{
    "total": 8627,
    "total_words": 73841,
    "total_chars": 459440,
    "last_change": "2024-03-13T14:09:06.670064Z",
    "recent_changes": 1,
    "translated": 6810,
    "translated_words": 47779,
    "translated_percent": 78.9,
    "translated_words_percent": 64.7,
    "translated_chars": 297554,
    "translated_chars_percent": 64.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 11,
    "failing_percent": 0.1,
    "approved": 6652,
    "approved_percent": 77.1,
    "approved_words": 46853,
    "approved_words_percent": 63.4,
    "approved_chars": 291708,
    "approved_chars_percent": 63.4,
    "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": "sr",
    "name": "Serbian",
    "url": "http://translate.otrs.com/projects/otrs/otrs/sr/",
    "translate_url": "http://translate.otrs.com/translate/otrs/otrs/sr/"
}