Translation components API.

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

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

{
    "total": 94,
    "total_words": 295,
    "last_change": null,
    "recent_changes": 0,
    "translated": 41,
    "translated_words": 47,
    "translated_percent": 43.6,
    "translated_words_percent": 15.9,
    "translated_chars": 277,
    "translated_chars_percent": 13.9,
    "total_chars": 1992,
    "fuzzy": 47,
    "fuzzy_percent": 50.0,
    "failing": 3,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "http://translate.cacti.net/projects/cacti/maint/bg/",
    "translate_url": "http://translate.cacti.net/translate/cacti/maint/bg/"
}