Translation components API.

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

GET /api/translations/ojs/emails/ca/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-28T17:17:52.507368Z",
    "recent_changes": 26,
    "translated": 43,
    "translated_words": 1076,
    "translated_percent": 62.3,
    "translated_words_percent": 40.2,
    "translated_chars": 7688,
    "translated_chars_percent": 37.8,
    "fuzzy": 26,
    "fuzzy_percent": 37.6,
    "failing": 5,
    "failing_percent": 7.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/emails/ca/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/emails/ca/"
}