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

{
    "total": 122,
    "total_words": 2048,
    "last_change": "2022-04-15T19:20:55.825521Z",
    "recent_changes": 41,
    "translated": 77,
    "translated_words": 1328,
    "translated_percent": 63.1,
    "translated_words_percent": 64.8,
    "translated_chars": 9665,
    "translated_chars_percent": 59.3,
    "total_chars": 16275,
    "fuzzy": 24,
    "fuzzy_percent": 19.6,
    "failing": 8,
    "failing_percent": 6.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "uk",
    "name": "Ukrainian",
    "url": "https://l10n.opensuse.org/projects/release-notes-opensuse/leap-15_2/uk/",
    "translate_url": "https://l10n.opensuse.org/translate/release-notes-opensuse/leap-15_2/uk/"
}