Translation components API.

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

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

{
    "total": 590,
    "total_words": 3552,
    "last_change": null,
    "recent_changes": 0,
    "translated": 141,
    "translated_words": 183,
    "translated_percent": 23.8,
    "translated_words_percent": 5.1,
    "translated_chars": 1107,
    "translated_chars_percent": 5.1,
    "total_chars": 21676,
    "fuzzy": 449,
    "fuzzy_percent": 76.1,
    "failing": 64,
    "failing_percent": 10.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "http://translate.cacti.net/projects/cacti/reportit/ko/",
    "translate_url": "http://translate.cacti.net/translate/cacti/reportit/ko/"
}