Translation components API.

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

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

{
    "total": 25,
    "total_words": 195,
    "total_chars": 1270,
    "last_change": "2023-06-27T17:13:04.421463Z",
    "recent_changes": 1,
    "translated": 8,
    "translated_words": 21,
    "translated_percent": 32.0,
    "translated_words_percent": 10.7,
    "translated_chars": 199,
    "translated_chars_percent": 15.6,
    "fuzzy": 5,
    "fuzzy_percent": 20.0,
    "fuzzy_words": 69,
    "fuzzy_words_percent": 35.3,
    "fuzzy_chars": 457,
    "fuzzy_chars_percent": 35.9,
    "failing": 4,
    "failing_percent": 16.0,
    "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": 1,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://l10n.elementary.io/projects/appcenter/extra/da/",
    "translate_url": "https://l10n.elementary.io/translate/appcenter/extra/da/"
}