Translation components API.

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

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

{
    "total": 16,
    "total_words": 46,
    "total_chars": 277,
    "last_change": "2019-05-07T22:37:13.984868Z",
    "recent_changes": 1,
    "translated": 3,
    "translated_words": 18,
    "translated_percent": 18.7,
    "translated_words_percent": 39.1,
    "translated_chars": 105,
    "translated_chars_percent": 37.9,
    "fuzzy": 1,
    "fuzzy_percent": 6.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "vi",
    "name": "Vietnamese",
    "url": "https://l10n.elementary.io/projects/camera/camera/vi/",
    "translate_url": "https://l10n.elementary.io/translate/camera/camera/vi/"
}