Translation components API.

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

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

{
    "total": 191,
    "total_words": 607,
    "total_chars": 3571,
    "last_change": "2024-05-04T02:16:45.813176Z",
    "recent_changes": 0,
    "translated": 127,
    "translated_words": 353,
    "translated_percent": 66.4,
    "translated_words_percent": 58.1,
    "translated_chars": 1994,
    "translated_chars_percent": 55.8,
    "fuzzy": 34,
    "fuzzy_percent": 17.8,
    "fuzzy_words": 130,
    "fuzzy_words_percent": 21.4,
    "fuzzy_chars": 794,
    "fuzzy_chars_percent": 22.2,
    "failing": 16,
    "failing_percent": 8.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": 17,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://l10n.elementary.io/projects/code/code/ar/",
    "translate_url": "https://l10n.elementary.io/translate/code/code/ar/"
}