Translation components API.

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

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

{
    "total": 5042,
    "total_words": 35540,
    "last_change": null,
    "recent_changes": 0,
    "translated": 791,
    "translated_words": 1158,
    "translated_percent": 15.6,
    "translated_words_percent": 3.2,
    "translated_chars": 6927,
    "translated_chars_percent": 3.1,
    "total_chars": 218767,
    "fuzzy": 4019,
    "fuzzy_percent": 79.7,
    "failing": 377,
    "failing_percent": 7.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_PT",
    "name": "Portuguese (Portugal)",
    "url": "http://translate.cacti.net/projects/cacti/core/pt_PT/",
    "translate_url": "http://translate.cacti.net/translate/cacti/core/pt_PT/"
}