Translation components API.

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

GET /api/translations/software-o-o/master/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 116,
    "total_words": 523,
    "last_change": "2022-11-06T15:14:48.064005Z",
    "recent_changes": 5,
    "translated": 111,
    "translated_words": 424,
    "translated_percent": 95.6,
    "translated_words_percent": 81.0,
    "translated_chars": 2846,
    "translated_chars_percent": 84.1,
    "total_chars": 3382,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://l10n.opensuse.org/projects/software-o-o/master/it/",
    "translate_url": "https://l10n.opensuse.org/translate/software-o-o/master/it/"
}