Translation components API.

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

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

{
    "total": 265,
    "total_words": 2244,
    "total_chars": 15071,
    "last_change": "2022-02-01T02:56:23.508626Z",
    "recent_changes": 0,
    "translated": 17,
    "translated_words": 27,
    "translated_percent": 6.4,
    "translated_words_percent": 1.2,
    "translated_chars": 180,
    "translated_chars_percent": 1.1,
    "fuzzy": 154,
    "fuzzy_percent": 58.1,
    "fuzzy_words": 583,
    "fuzzy_words_percent": 25.9,
    "fuzzy_chars": 4111,
    "fuzzy_chars_percent": 27.2,
    "failing": 57,
    "failing_percent": 21.5,
    "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": "sr@latin",
    "name": "Serbian (latin)",
    "url": "https://l10n.opensuse.org/projects/yast-samba-server/master/sr@latin/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-samba-server/master/sr@latin/"
}