Translation components API.

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

GET /api/translations/cacti/wmi/it/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": 38,
    "translated_words": 45,
    "translated_percent": 28.3,
    "translated_words_percent": 7.2,
    "translated_chars": 271,
    "translated_chars_percent": 7.2,
    "total_chars": 3746,
    "fuzzy": 95,
    "fuzzy_percent": 70.8,
    "failing": 3,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "http://translate.cacti.net/projects/cacti/wmi/it/",
    "translate_url": "http://translate.cacti.net/translate/cacti/wmi/it/"
}