Translation components API.

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

GET /api/translations/appcenter/appcenter/en_CA/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:30.356921Z",
    "recent_changes": 1,
    "translated": 132,
    "translated_words": 492,
    "translated_percent": 49.0,
    "translated_words_percent": 40.6,
    "translated_chars": 3131,
    "translated_chars_percent": 40.5,
    "fuzzy": 45,
    "fuzzy_percent": 16.7,
    "fuzzy_words": 198,
    "fuzzy_words_percent": 16.3,
    "fuzzy_chars": 1245,
    "fuzzy_chars_percent": 16.1,
    "failing": 13,
    "failing_percent": 4.8,
    "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": "en_CA",
    "name": "English (Canada)",
    "url": "https://l10n.elementary.io/projects/appcenter/appcenter/en_CA/",
    "translate_url": "https://l10n.elementary.io/translate/appcenter/appcenter/en_CA/"
}