Translation components API.

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

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

{
    "total": 279,
    "total_words": 1118,
    "last_change": null,
    "recent_changes": 0,
    "translated": 82,
    "translated_words": 148,
    "translated_percent": 29.3,
    "translated_words_percent": 13.2,
    "translated_chars": 897,
    "translated_chars_percent": 13.7,
    "total_chars": 6535,
    "fuzzy": 189,
    "fuzzy_percent": 67.7,
    "failing": 27,
    "failing_percent": 9.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "http://translate.cacti.net/projects/cacti/routerconfigs/fr/",
    "translate_url": "http://translate.cacti.net/translate/cacti/routerconfigs/fr/"
}