Translation components API.

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

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

{
    "total": 17,
    "total_words": 82,
    "total_chars": 521,
    "last_change": "2021-12-13T22:42:28.630600Z",
    "recent_changes": 1,
    "translated": 8,
    "translated_words": 41,
    "translated_percent": 47.0,
    "translated_words_percent": 50.0,
    "translated_chars": 278,
    "translated_chars_percent": 53.3,
    "fuzzy": 2,
    "fuzzy_percent": 11.7,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 4.8,
    "fuzzy_chars": 30,
    "fuzzy_chars_percent": 5.7,
    "failing": 1,
    "failing_percent": 5.8,
    "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": 1,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://l10n.elementary.io/projects/screenshot/extra/ar/",
    "translate_url": "https://l10n.elementary.io/translate/screenshot/extra/ar/"
}