Translation components API.

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

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

{
    "total": 269,
    "total_words": 1213,
    "total_chars": 7722,
    "last_change": "2024-03-19T02:41:23.565704Z",
    "recent_changes": 1,
    "translated": 257,
    "translated_words": 1070,
    "translated_percent": 95.5,
    "translated_words_percent": 88.2,
    "translated_chars": 6805,
    "translated_chars_percent": 88.1,
    "fuzzy": 4,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 34,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 221,
    "fuzzy_chars_percent": 2.8,
    "failing": 3,
    "failing_percent": 1.1,
    "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": 2,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://l10n.elementary.io/projects/appcenter/appcenter/cs/",
    "translate_url": "https://l10n.elementary.io/translate/appcenter/appcenter/cs/"
}