Translation components API.

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

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

{
    "total": 154,
    "total_words": 895,
    "total_chars": 5792,
    "last_change": "2022-02-24T02:31:01.391026Z",
    "recent_changes": 17,
    "translated": 133,
    "translated_words": 728,
    "translated_percent": 86.3,
    "translated_words_percent": 81.3,
    "translated_chars": 4739,
    "translated_chars_percent": 81.8,
    "fuzzy": 18,
    "fuzzy_percent": 11.6,
    "fuzzy_words": 163,
    "fuzzy_words_percent": 18.2,
    "fuzzy_chars": 1028,
    "fuzzy_chars_percent": 17.7,
    "failing": 27,
    "failing_percent": 17.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": "hi",
    "name": "Hindi",
    "url": "https://l10n.opensuse.org/projects/yast-nis_server/master/hi/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-nis_server/master/hi/"
}