Translation components API.

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

GET /api/translations/appcenter/appcenter/ug/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-05-15T18:10:09.362909Z",
    "recent_changes": 0,
    "translated": 61,
    "translated_words": 119,
    "translated_percent": 22.6,
    "translated_words_percent": 9.8,
    "translated_chars": 963,
    "translated_chars_percent": 12.4,
    "fuzzy": 38,
    "fuzzy_percent": 14.1,
    "fuzzy_words": 94,
    "fuzzy_words_percent": 7.7,
    "fuzzy_chars": 610,
    "fuzzy_chars_percent": 7.8,
    "failing": 12,
    "failing_percent": 4.4,
    "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": "ug",
    "name": "Uyghur",
    "url": "https://l10n.elementary.io/projects/appcenter/appcenter/ug/",
    "translate_url": "https://l10n.elementary.io/translate/appcenter/appcenter/ug/"
}