Translation components API.

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

GET /api/translations/what-is-the-fediverse-video/subtitles/id/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 42,
    "total_words": 195,
    "total_chars": 1160,
    "last_change": "2022-04-28T19:49:28.810058Z",
    "recent_changes": 52,
    "translated": 39,
    "translated_words": 180,
    "translated_percent": 92.8,
    "translated_words_percent": 92.3,
    "translated_chars": 1084,
    "translated_chars_percent": 93.4,
    "fuzzy": 3,
    "fuzzy_percent": 7.1,
    "fuzzy_words": 15,
    "fuzzy_words_percent": 7.6,
    "fuzzy_chars": 76,
    "fuzzy_chars_percent": 6.5,
    "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": 14,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://weblate.framasoft.org/projects/what-is-the-fediverse-video/subtitles/id/",
    "translate_url": "https://weblate.framasoft.org/translate/what-is-the-fediverse-video/subtitles/id/"
}