Translation components API.

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

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

{
    "total": 16,
    "total_words": 85,
    "total_chars": 614,
    "last_change": "2023-11-15T11:52:37.427582Z",
    "recent_changes": 5,
    "translated": 12,
    "translated_words": 66,
    "translated_percent": 75.0,
    "translated_words_percent": 77.6,
    "translated_chars": 501,
    "translated_chars_percent": 81.5,
    "fuzzy": 4,
    "fuzzy_percent": 25.0,
    "fuzzy_words": 19,
    "fuzzy_words_percent": 22.3,
    "fuzzy_chars": 113,
    "fuzzy_chars_percent": 18.4,
    "failing": 0,
    "failing_percent": 0.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": 0,
    "comments": 0,
    "code": "nb",
    "name": "Norwegian Bokmål",
    "url": "https://l10n.elementary.io/projects/calendar/extra/nb/",
    "translate_url": "https://l10n.elementary.io/translate/calendar/extra/nb/"
}