Translation components API.

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

GET /api/translations/peertube-backstage/peertube-backstage-video/eo/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": "2021-11-22T14:37:33.198474Z",
    "recent_changes": 1,
    "translated": 136,
    "translated_words": 630,
    "translated_percent": 36.9,
    "translated_words_percent": 32.8,
    "translated_chars": 3578,
    "translated_chars_percent": 32.6,
    "fuzzy": 232,
    "fuzzy_percent": 63.0,
    "fuzzy_words": 1288,
    "fuzzy_words_percent": 67.1,
    "fuzzy_chars": 7370,
    "fuzzy_chars_percent": 67.3,
    "failing": 206,
    "failing_percent": 55.9,
    "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": "eo",
    "name": "Esperanto",
    "url": "https://weblate.framasoft.org/projects/peertube-backstage/peertube-backstage-video/eo/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube-backstage/peertube-backstage-video/eo/"
}