Translation components API.

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

GET /api/translations/packages-i18n/w-master/pl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 480,
    "total_words": 10805,
    "last_change": "2023-03-12T22:03:00.744217Z",
    "recent_changes": 1,
    "translated": 1,
    "translated_words": 7,
    "translated_percent": 0.2,
    "translated_words_percent": 0.1,
    "translated_chars": 34,
    "translated_chars_percent": 0.1,
    "total_chars": 71561,
    "fuzzy": 84,
    "fuzzy_percent": 17.5,
    "failing": 18,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/w-master/pl/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/w-master/pl/"
}