Translation components API.

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

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

{
    "total": 51,
    "total_words": 221,
    "total_chars": 1328,
    "last_change": "2021-08-04T18:51:34.882880Z",
    "recent_changes": 14,
    "translated": 37,
    "translated_words": 156,
    "translated_percent": 72.5,
    "translated_words_percent": 70.5,
    "translated_chars": 942,
    "translated_chars_percent": 70.9,
    "fuzzy": 14,
    "fuzzy_percent": 27.4,
    "fuzzy_words": 65,
    "fuzzy_words_percent": 29.4,
    "fuzzy_chars": 386,
    "fuzzy_chars_percent": 29.0,
    "failing": 34,
    "failing_percent": 66.6,
    "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": "ro",
    "name": "Romanian",
    "url": "https://weblate.framasoft.org/projects/what-is-peertube-video/subtitles/ro/",
    "translate_url": "https://weblate.framasoft.org/translate/what-is-peertube-video/subtitles/ro/"
}