Translation components API.

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

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

{
    "total": 368,
    "total_words": 1918,
    "total_chars": 10948,
    "last_change": "2023-11-24T14:24:40.763317Z",
    "recent_changes": 1,
    "translated": 135,
    "translated_words": 615,
    "translated_percent": 36.6,
    "translated_words_percent": 32.0,
    "translated_chars": 3524,
    "translated_chars_percent": 32.1,
    "fuzzy": 233,
    "fuzzy_percent": 63.3,
    "fuzzy_words": 1303,
    "fuzzy_words_percent": 67.9,
    "fuzzy_chars": 7424,
    "fuzzy_chars_percent": 67.8,
    "failing": 210,
    "failing_percent": 57.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": 148,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://weblate.framasoft.org/projects/peertube-backstage/peertube-backstage-video/de/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube-backstage/peertube-backstage-video/de/"
}