Translation components API.

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

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

{
    "total": 230,
    "total_words": 945,
    "last_change": null,
    "recent_changes": 0,
    "translated": 54,
    "translated_words": 61,
    "translated_percent": 23.4,
    "translated_words_percent": 6.4,
    "translated_chars": 378,
    "translated_chars_percent": 6.7,
    "total_chars": 5564,
    "fuzzy": 176,
    "fuzzy_percent": 76.5,
    "failing": 18,
    "failing_percent": 7.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ar_SA",
    "name": "Arabic (Saudi Arabia)",
    "url": "http://translate.cacti.net/projects/cacti/hmib/ar_SA/",
    "translate_url": "http://translate.cacti.net/translate/cacti/hmib/ar_SA/"
}