Translation components API.

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

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

{
    "total": 78,
    "total_words": 530,
    "total_chars": 3513,
    "last_change": "2023-03-11T02:31:58.384818Z",
    "recent_changes": 0,
    "translated": 41,
    "translated_words": 164,
    "translated_percent": 52.5,
    "translated_words_percent": 30.9,
    "translated_chars": 1126,
    "translated_chars_percent": 32.0,
    "fuzzy": 27,
    "fuzzy_percent": 34.6,
    "fuzzy_words": 223,
    "fuzzy_words_percent": 42.0,
    "fuzzy_chars": 1468,
    "fuzzy_chars_percent": 41.7,
    "failing": 22,
    "failing_percent": 28.2,
    "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": "mr",
    "name": "Marathi",
    "url": "https://l10n.opensuse.org/projects/yast-online-update/master/mr/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-online-update/master/mr/"
}