Translation components API.

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

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

{
    "total": 301,
    "total_words": 1103,
    "total_chars": 7588,
    "last_change": "2024-02-26T11:52:42.899114Z",
    "recent_changes": 0,
    "translated": 163,
    "translated_words": 621,
    "translated_percent": 54.1,
    "translated_words_percent": 56.3,
    "translated_chars": 4429,
    "translated_chars_percent": 58.3,
    "fuzzy": 70,
    "fuzzy_percent": 23.2,
    "fuzzy_words": 277,
    "fuzzy_words_percent": 25.1,
    "fuzzy_chars": 1844,
    "fuzzy_chars_percent": 24.3,
    "failing": 17,
    "failing_percent": 5.6,
    "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": "ar",
    "name": "Arabic",
    "url": "https://l10n.opensuse.org/projects/snapper/master/ar/",
    "translate_url": "https://l10n.opensuse.org/translate/snapper/master/ar/"
}