Translation components API.

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

GET /api/translations/ojs/emails/kk/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 69,
    "total_words": 2671,
    "total_chars": 20304,
    "last_change": "2023-04-17T16:33:24.667927Z",
    "recent_changes": 1,
    "translated": 38,
    "translated_words": 1333,
    "translated_percent": 55.0,
    "translated_words_percent": 49.9,
    "translated_chars": 9431,
    "translated_chars_percent": 46.4,
    "fuzzy": 26,
    "fuzzy_percent": 37.6,
    "failing": 22,
    "failing_percent": 31.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "kk",
    "name": "Kazakh",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/emails/kk/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/emails/kk/"
}