Translation components API.

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

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

{
    "total": 134,
    "total_words": 622,
    "last_change": null,
    "recent_changes": 0,
    "translated": 33,
    "translated_words": 37,
    "translated_percent": 24.6,
    "translated_words_percent": 5.9,
    "translated_chars": 213,
    "translated_chars_percent": 5.6,
    "total_chars": 3746,
    "fuzzy": 100,
    "fuzzy_percent": 74.6,
    "failing": 4,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "http://translate.cacti.net/projects/cacti/wmi/bg/",
    "translate_url": "http://translate.cacti.net/translate/cacti/wmi/bg/"
}