Translation components API.

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

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

{
    "total": 884,
    "total_words": 7324,
    "last_change": "2021-09-22T13:06:03.662213Z",
    "recent_changes": 2,
    "translated": 884,
    "translated_words": 7324,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 51545,
    "translated_chars_percent": 100.0,
    "total_chars": 51545,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 37,
    "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/thold/es/",
    "translate_url": "http://translate.cacti.net/translate/cacti/thold/es/"
}