Translation components API.

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

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

{
    "total": 5042,
    "total_words": 35540,
    "last_change": null,
    "recent_changes": 0,
    "translated": 3528,
    "translated_words": 23210,
    "translated_percent": 69.9,
    "translated_words_percent": 65.3,
    "translated_chars": 141203,
    "translated_chars_percent": 64.5,
    "total_chars": 218767,
    "fuzzy": 1284,
    "fuzzy_percent": 25.4,
    "failing": 644,
    "failing_percent": 12.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "ar_SA",
    "name": "Arabic (Saudi Arabia)",
    "url": "http://translate.cacti.net/projects/cacti/core/ar_SA/",
    "translate_url": "http://translate.cacti.net/translate/cacti/core/ar_SA/"
}