Translation components API.

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

GET /api/translations/what-is-peertube-video/subtitles/tok/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": "2022-05-26T16:25:58.401186Z",
    "recent_changes": 5,
    "translated": 47,
    "translated_words": 208,
    "translated_percent": 92.1,
    "translated_words_percent": 94.1,
    "translated_chars": 1240,
    "translated_chars_percent": 93.3,
    "fuzzy": 4,
    "fuzzy_percent": 7.8,
    "fuzzy_words": 13,
    "fuzzy_words_percent": 5.8,
    "fuzzy_chars": 88,
    "fuzzy_chars_percent": 6.6,
    "failing": 45,
    "failing_percent": 88.2,
    "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": 4,
    "comments": 0,
    "code": "tok",
    "name": "Toki Pona",
    "url": "https://weblate.framasoft.org/projects/what-is-peertube-video/subtitles/tok/",
    "translate_url": "https://weblate.framasoft.org/translate/what-is-peertube-video/subtitles/tok/"
}