Translation components API.

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

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

{
    "total": 60,
    "total_words": 246,
    "last_change": "2021-09-21T15:23:35.653376Z",
    "recent_changes": 1,
    "translated": 21,
    "translated_words": 35,
    "translated_percent": 35.0,
    "translated_words_percent": 14.2,
    "translated_chars": 194,
    "translated_chars_percent": 13.8,
    "total_chars": 1405,
    "fuzzy": 39,
    "fuzzy_percent": 65.0,
    "failing": 3,
    "failing_percent": 5.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "http://translate.cacti.net/projects/cacti/cycle/es/",
    "translate_url": "http://translate.cacti.net/translate/cacti/cycle/es/"
}