Translation components API.

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

GET /api/translations/ojs/emails/hu/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:11:53.871164Z",
    "recent_changes": 1,
    "translated": 42,
    "translated_words": 1618,
    "translated_percent": 60.8,
    "translated_words_percent": 60.5,
    "translated_chars": 12092,
    "translated_chars_percent": 59.4,
    "fuzzy": 20,
    "fuzzy_percent": 28.9,
    "failing": 17,
    "failing_percent": 24.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/emails/hu/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/emails/hu/"
}