Translation components API.

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

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

{
    "total": 5042,
    "total_words": 35540,
    "last_change": "2021-10-20T14:06:07.326678Z",
    "recent_changes": 3,
    "translated": 950,
    "translated_words": 1664,
    "translated_percent": 18.8,
    "translated_words_percent": 4.6,
    "translated_chars": 9878,
    "translated_chars_percent": 4.5,
    "total_chars": 218767,
    "fuzzy": 3860,
    "fuzzy_percent": 76.5,
    "failing": 662,
    "failing_percent": 13.1,
    "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/core/ja/",
    "translate_url": "http://translate.cacti.net/translate/cacti/core/ja/"
}