Translation components API.

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

GET /api/translations/ibus-table/app/ja/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 150,
    "total_words": 1113,
    "total_chars": 7009,
    "last_change": "2024-03-01T06:35:59.937866Z",
    "recent_changes": 0,
    "translated": 71,
    "translated_words": 280,
    "translated_percent": 47.3,
    "translated_words_percent": 25.1,
    "translated_chars": 1625,
    "translated_chars_percent": 23.1,
    "fuzzy": 4,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 15,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 87,
    "fuzzy_chars_percent": 1.2,
    "failing": 0,
    "failing_percent": 0.0,
    "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": 16,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://translate.fedoraproject.org/projects/ibus-table/app/ja/",
    "translate_url": "https://translate.fedoraproject.org/translate/ibus-table/app/ja/"
}