Translation components API.

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

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

{
    "total": 134,
    "total_words": 622,
    "last_change": "2020-12-14T13:03:01.208004Z",
    "recent_changes": 1,
    "translated": 40,
    "translated_words": 49,
    "translated_percent": 29.8,
    "translated_words_percent": 7.8,
    "translated_chars": 298,
    "translated_chars_percent": 7.9,
    "total_chars": 3746,
    "fuzzy": 93,
    "fuzzy_percent": 69.4,
    "failing": 2,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "http://translate.cacti.net/projects/cacti/wmi/fr/",
    "translate_url": "http://translate.cacti.net/translate/cacti/wmi/fr/"
}