Translation components API.

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

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

{
    "total": 374,
    "total_words": 3125,
    "total_chars": 20417,
    "last_change": "2022-02-11T02:32:08.810975Z",
    "recent_changes": 0,
    "translated": 5,
    "translated_words": 5,
    "translated_percent": 1.3,
    "translated_words_percent": 0.1,
    "translated_chars": 30,
    "translated_chars_percent": 0.1,
    "fuzzy": 75,
    "fuzzy_percent": 20.0,
    "fuzzy_words": 269,
    "fuzzy_words_percent": 8.6,
    "fuzzy_chars": 1969,
    "fuzzy_chars_percent": 9.6,
    "failing": 22,
    "failing_percent": 5.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "he",
    "name": "Hebrew",
    "url": "https://l10n.opensuse.org/projects/yast-dns-server/master/he/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-dns-server/master/he/"
}