Translation components API.

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

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

{
    "total": 60,
    "total_words": 188,
    "last_change": null,
    "recent_changes": 0,
    "translated": 28,
    "translated_words": 37,
    "translated_percent": 46.6,
    "translated_words_percent": 19.6,
    "translated_chars": 205,
    "translated_chars_percent": 19.1,
    "total_chars": 1069,
    "fuzzy": 32,
    "fuzzy_percent": 53.3,
    "failing": 7,
    "failing_percent": 11.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "he_IL",
    "name": "Hebrew (Israel)",
    "url": "http://translate.cacti.net/projects/cacti/audit/he_IL/",
    "translate_url": "http://translate.cacti.net/translate/cacti/audit/he_IL/"
}