Translation components API.

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

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

{
    "total": 47,
    "total_words": 97,
    "total_chars": 647,
    "last_change": "2021-08-06T16:40:16.473963Z",
    "recent_changes": 1,
    "translated": 30,
    "translated_words": 47,
    "translated_percent": 63.8,
    "translated_words_percent": 48.4,
    "translated_chars": 333,
    "translated_chars_percent": 51.4,
    "fuzzy": 6,
    "fuzzy_percent": 12.7,
    "fuzzy_words": 14,
    "fuzzy_words_percent": 14.4,
    "fuzzy_chars": 88,
    "fuzzy_chars_percent": 13.6,
    "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": 7,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://l10n.elementary.io/projects/calculator/calculator/da/",
    "translate_url": "https://l10n.elementary.io/translate/calculator/calculator/da/"
}