Translation components API.

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

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

{
    "total": 69,
    "total_words": 2671,
    "total_chars": 20326,
    "last_change": "2025-02-28T23:12:16.985386Z",
    "recent_changes": 1,
    "translated": 62,
    "translated_words": 2087,
    "translated_percent": 89.8,
    "translated_words_percent": 78.1,
    "translated_chars": 15603,
    "translated_chars_percent": 76.7,
    "fuzzy": 4,
    "fuzzy_percent": 5.7,
    "failing": 14,
    "failing_percent": 20.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "vi",
    "name": "Vietnamese",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/emails/vi/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/emails/vi/"
}