Translation components API.

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

GET /api/translations/appcenter/appcenter/bs/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:25.176075Z",
    "recent_changes": 1,
    "translated": 135,
    "translated_words": 486,
    "translated_percent": 50.1,
    "translated_words_percent": 40.1,
    "translated_chars": 3151,
    "translated_chars_percent": 40.8,
    "fuzzy": 43,
    "fuzzy_percent": 15.9,
    "fuzzy_words": 203,
    "fuzzy_words_percent": 16.7,
    "fuzzy_chars": 1253,
    "fuzzy_chars_percent": 16.2,
    "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": "bs",
    "name": "Bosnian",
    "url": "https://l10n.elementary.io/projects/appcenter/appcenter/bs/",
    "translate_url": "https://l10n.elementary.io/translate/appcenter/appcenter/bs/"
}