Translation components API.

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

GET /api/translations/cacti/monitor/it/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": 79,
    "translated_words": 98,
    "translated_percent": 32.7,
    "translated_words_percent": 8.4,
    "translated_chars": 597,
    "translated_chars_percent": 8.0,
    "total_chars": 7416,
    "fuzzy": 160,
    "fuzzy_percent": 66.3,
    "failing": 15,
    "failing_percent": 6.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "http://translate.cacti.net/projects/cacti/monitor/it/",
    "translate_url": "http://translate.cacti.net/translate/cacti/monitor/it/"
}