Translation components API.

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

GET /api/translations/cacti/core/he_IL/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": 694,
    "translated_words": 962,
    "translated_percent": 13.7,
    "translated_words_percent": 2.7,
    "translated_chars": 5693,
    "translated_chars_percent": 2.6,
    "total_chars": 218767,
    "fuzzy": 4116,
    "fuzzy_percent": 81.6,
    "failing": 431,
    "failing_percent": 8.5,
    "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/core/he_IL/",
    "translate_url": "http://translate.cacti.net/translate/cacti/core/he_IL/"
}