Translation components API.

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

GET /api/translations/release-notes-opensuse/leap-15_4/da/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 98,
    "total_words": 1771,
    "total_chars": 13156,
    "last_change": "2023-05-09T14:54:17.117980Z",
    "recent_changes": 0,
    "translated": 38,
    "translated_words": 604,
    "translated_percent": 38.7,
    "translated_words_percent": 34.1,
    "translated_chars": 4497,
    "translated_chars_percent": 34.1,
    "fuzzy": 7,
    "fuzzy_percent": 7.1,
    "fuzzy_words": 157,
    "fuzzy_words_percent": 8.8,
    "fuzzy_chars": 1326,
    "fuzzy_chars_percent": 10.0,
    "failing": 1,
    "failing_percent": 1.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.opensuse.org/projects/release-notes-opensuse/leap-15_4/da/",
    "translate_url": "https://l10n.opensuse.org/translate/release-notes-opensuse/leap-15_4/da/"
}