Translation components API.

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

GET /api/translations/cacti/syslog/ja/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 381,
    "total_words": 2363,
    "last_change": "2021-10-20T14:21:02.336135Z",
    "recent_changes": 15,
    "translated": 133,
    "translated_words": 345,
    "translated_percent": 34.9,
    "translated_words_percent": 14.6,
    "translated_chars": 2101,
    "translated_chars_percent": 14.4,
    "total_chars": 14580,
    "fuzzy": 248,
    "fuzzy_percent": 65.0,
    "failing": 34,
    "failing_percent": 8.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "http://translate.cacti.net/projects/cacti/syslog/ja/",
    "translate_url": "http://translate.cacti.net/translate/cacti/syslog/ja/"
}