Translation components API.

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

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

{
    "total": 240,
    "total_words": 817,
    "last_change": "2021-09-21T20:36:55.342623Z",
    "recent_changes": 9,
    "translated": 102,
    "translated_words": 151,
    "translated_percent": 42.5,
    "translated_words_percent": 18.4,
    "translated_chars": 876,
    "translated_chars_percent": 17.7,
    "total_chars": 4927,
    "fuzzy": 138,
    "fuzzy_percent": 57.5,
    "failing": 10,
    "failing_percent": 4.1,
    "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/mikrotik/es/",
    "translate_url": "http://translate.cacti.net/translate/cacti/mikrotik/es/"
}