Translation components API.

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

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

{
    "total": 590,
    "total_words": 3552,
    "last_change": null,
    "recent_changes": 0,
    "translated": 99,
    "translated_words": 119,
    "translated_percent": 16.7,
    "translated_words_percent": 3.3,
    "translated_chars": 704,
    "translated_chars_percent": 3.2,
    "total_chars": 21676,
    "fuzzy": 491,
    "fuzzy_percent": 83.2,
    "failing": 40,
    "failing_percent": 6.7,
    "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/reportit/ar_SA/",
    "translate_url": "http://translate.cacti.net/translate/cacti/reportit/ar_SA/"
}