Translation components API.

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

GET /api/translations/eiciel/master/zh_CN/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 85,
    "total_words": 331,
    "last_change": "2024-01-25T03:04:42.154768Z",
    "recent_changes": 5,
    "translated": 31,
    "translated_words": 111,
    "translated_percent": 36.4,
    "translated_words_percent": 33.5,
    "translated_chars": 683,
    "translated_chars_percent": 34.0,
    "total_chars": 2004,
    "fuzzy": 23,
    "fuzzy_percent": 27.0,
    "failing": 3,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_CN",
    "name": "Chinese (China)",
    "url": "https://l10n.opensuse.org/projects/eiciel/master/zh_CN/",
    "translate_url": "https://l10n.opensuse.org/translate/eiciel/master/zh_CN/"
}