Translation components API.

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

GET /api/translations/yast-gtk-pkg/master/sv/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 228,
    "total_words": 1365,
    "last_change": "2020-03-26T23:59:13.098210Z",
    "recent_changes": 25,
    "translated": 187,
    "translated_words": 1133,
    "translated_percent": 82.0,
    "translated_words_percent": 83.0,
    "translated_chars": 7984,
    "translated_chars_percent": 83.1,
    "total_chars": 9600,
    "fuzzy": 31,
    "fuzzy_percent": 13.5,
    "failing": 14,
    "failing_percent": 6.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://l10n.opensuse.org/projects/yast-gtk-pkg/master/sv/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-gtk-pkg/master/sv/"
}