Translation components API.

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

GET /api/translations/yast-dns-server/master/gl/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:07.699555Z",
    "recent_changes": 0,
    "translated": 177,
    "translated_words": 712,
    "translated_percent": 47.3,
    "translated_words_percent": 22.7,
    "translated_chars": 4699,
    "translated_chars_percent": 23.0,
    "fuzzy": 95,
    "fuzzy_percent": 25.4,
    "fuzzy_words": 316,
    "fuzzy_words_percent": 10.1,
    "fuzzy_chars": 1980,
    "fuzzy_chars_percent": 9.6,
    "failing": 26,
    "failing_percent": 6.9,
    "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": 89,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://l10n.opensuse.org/projects/yast-dns-server/master/gl/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-dns-server/master/gl/"
}