Translation components API.

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

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

{
    "total": 241,
    "total_words": 1166,
    "last_change": null,
    "recent_changes": 0,
    "translated": 43,
    "translated_words": 45,
    "translated_percent": 17.8,
    "translated_words_percent": 3.8,
    "translated_chars": 261,
    "translated_chars_percent": 3.5,
    "total_chars": 7416,
    "fuzzy": 196,
    "fuzzy_percent": 81.3,
    "failing": 21,
    "failing_percent": 8.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hi",
    "name": "Hindi",
    "url": "http://translate.cacti.net/projects/cacti/monitor/hi/",
    "translate_url": "http://translate.cacti.net/translate/cacti/monitor/hi/"
}