Translation components API.

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

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

{
    "total": 122,
    "total_words": 2048,
    "last_change": "2024-03-11T09:25:28.245226Z",
    "recent_changes": 3,
    "translated": 39,
    "translated_words": 562,
    "translated_percent": 31.9,
    "translated_words_percent": 27.4,
    "translated_chars": 4108,
    "translated_chars_percent": 25.2,
    "total_chars": 16275,
    "fuzzy": 11,
    "fuzzy_percent": 9.0,
    "failing": 14,
    "failing_percent": 11.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://l10n.opensuse.org/projects/release-notes-opensuse/leap-15_2/ro/",
    "translate_url": "https://l10n.opensuse.org/translate/release-notes-opensuse/leap-15_2/ro/"
}