Translation components API.

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

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

{
    "total": 269,
    "total_words": 1209,
    "total_chars": 7722,
    "last_change": "2024-02-11T12:33:38.104774Z",
    "recent_changes": 1,
    "translated": 88,
    "translated_words": 212,
    "translated_percent": 32.7,
    "translated_words_percent": 17.5,
    "translated_chars": 1509,
    "translated_chars_percent": 19.5,
    "fuzzy": 43,
    "fuzzy_percent": 15.9,
    "fuzzy_words": 129,
    "fuzzy_words_percent": 10.6,
    "fuzzy_chars": 819,
    "fuzzy_chars_percent": 10.6,
    "failing": 16,
    "failing_percent": 5.9,
    "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": 126,
    "comments": 0,
    "code": "hr",
    "name": "Croatian",
    "url": "https://l10n.elementary.io/projects/appcenter/appcenter/hr/",
    "translate_url": "https://l10n.elementary.io/translate/appcenter/appcenter/hr/"
}