Translation components API.

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

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

{
    "total": 327,
    "total_words": 1507,
    "last_change": null,
    "recent_changes": 0,
    "translated": 106,
    "translated_words": 157,
    "translated_percent": 32.4,
    "translated_words_percent": 10.4,
    "translated_chars": 906,
    "translated_chars_percent": 10.2,
    "total_chars": 8863,
    "fuzzy": 219,
    "fuzzy_percent": 66.9,
    "failing": 24,
    "failing_percent": 7.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "http://translate.cacti.net/projects/cacti/flowview/de/",
    "translate_url": "http://translate.cacti.net/translate/cacti/flowview/de/"
}