Translation components API.

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

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

{
    "total": 33,
    "total_words": 89,
    "total_chars": 554,
    "last_change": "2022-11-30T23:09:59.337661Z",
    "recent_changes": 2,
    "translated": 26,
    "translated_words": 74,
    "translated_percent": 78.7,
    "translated_words_percent": 83.1,
    "translated_chars": 467,
    "translated_chars_percent": 84.2,
    "fuzzy": 3,
    "fuzzy_percent": 9.0,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 4.4,
    "fuzzy_chars": 23,
    "fuzzy_chars_percent": 4.1,
    "failing": 2,
    "failing_percent": 6.0,
    "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.elementary.io/projects/screenshot/screenshot/ar/",
    "translate_url": "https://l10n.elementary.io/translate/screenshot/screenshot/ar/"
}