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

{
    "total": 122,
    "total_words": 2048,
    "last_change": "2020-10-25T17:34:36.934924Z",
    "recent_changes": 2,
    "translated": 11,
    "translated_words": 97,
    "translated_percent": 9.0,
    "translated_words_percent": 4.7,
    "translated_chars": 621,
    "translated_chars_percent": 3.8,
    "total_chars": 16275,
    "fuzzy": 26,
    "fuzzy_percent": 21.3,
    "failing": 3,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nb",
    "name": "Norwegian Bokmål",
    "url": "https://l10n.opensuse.org/projects/release-notes-opensuse/leap-15_2/nb/",
    "translate_url": "https://l10n.opensuse.org/translate/release-notes-opensuse/leap-15_2/nb/"
}