Translation components API.

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

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

{
    "total": 1285,
    "total_words": 9218,
    "total_chars": 64808,
    "last_change": "2024-04-30T12:06:14.112442Z",
    "recent_changes": 0,
    "translated": 53,
    "translated_words": 84,
    "translated_percent": 4.1,
    "translated_words_percent": 0.9,
    "translated_chars": 597,
    "translated_chars_percent": 0.9,
    "fuzzy": 397,
    "fuzzy_percent": 30.8,
    "fuzzy_words": 2219,
    "fuzzy_words_percent": 24.0,
    "fuzzy_chars": 18923,
    "fuzzy_chars_percent": 29.1,
    "failing": 313,
    "failing_percent": 24.3,
    "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/zypper/master/hi/",
    "translate_url": "https://l10n.opensuse.org/translate/zypper/master/hi/"
}