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/en_GB/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 122,
    "total_words": 2048,
    "last_change": "2020-07-03T12:19:29.197325Z",
    "recent_changes": 9,
    "translated": 26,
    "translated_words": 484,
    "translated_percent": 21.3,
    "translated_words_percent": 23.6,
    "translated_chars": 3290,
    "translated_chars_percent": 20.2,
    "total_chars": 16275,
    "fuzzy": 8,
    "fuzzy_percent": 6.5,
    "failing": 2,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://l10n.opensuse.org/projects/release-notes-opensuse/leap-15_2/en_GB/",
    "translate_url": "https://l10n.opensuse.org/translate/release-notes-opensuse/leap-15_2/en_GB/"
}