Translation components API.

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

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

{
    "total": 1010,
    "total_words": 2861,
    "total_chars": 18540,
    "last_change": "2024-03-22T17:19:55.165243Z",
    "recent_changes": 0,
    "translated": 748,
    "translated_words": 1137,
    "translated_percent": 74.0,
    "translated_words_percent": 39.7,
    "translated_chars": 7844,
    "translated_chars_percent": 42.3,
    "fuzzy": 69,
    "fuzzy_percent": 6.8,
    "fuzzy_words": 320,
    "fuzzy_words_percent": 11.1,
    "fuzzy_chars": 1897,
    "fuzzy_chars_percent": 10.2,
    "failing": 52,
    "failing_percent": 5.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "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": "ta",
    "name": "Tamil",
    "url": "https://l10n.opensuse.org/projects/libzypp/master/ta/",
    "translate_url": "https://l10n.opensuse.org/translate/libzypp/master/ta/"
}