Translation components API.

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

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

{
    "total": 693,
    "total_words": 4086,
    "last_change": null,
    "recent_changes": 0,
    "translated": 689,
    "translated_words": 4078,
    "translated_percent": 99.4,
    "translated_words_percent": 99.8,
    "translated_chars": 24963,
    "translated_chars_percent": 99.8,
    "total_chars": 24997,
    "fuzzy": 4,
    "fuzzy_percent": 0.5,
    "failing": 93,
    "failing_percent": 13.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "http://translate.cacti.net/projects/cacti/mactrack/ja/",
    "translate_url": "http://translate.cacti.net/translate/cacti/mactrack/ja/"
}