Translation components API.

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

GET /api/translations/cacti/audit/el/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": 33,
    "translated_words": 46,
    "translated_percent": 55.0,
    "translated_words_percent": 24.4,
    "translated_chars": 249,
    "translated_chars_percent": 23.2,
    "total_chars": 1069,
    "fuzzy": 27,
    "fuzzy_percent": 45.0,
    "failing": 7,
    "failing_percent": 11.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "http://translate.cacti.net/projects/cacti/audit/el/",
    "translate_url": "http://translate.cacti.net/translate/cacti/audit/el/"
}