Translation components API.

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

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

{
    "total": 494,
    "total_words": 2995,
    "total_chars": 17538,
    "last_change": "2024-02-06T09:45:49.734242Z",
    "recent_changes": 0,
    "translated": 24,
    "translated_words": 127,
    "translated_percent": 4.8,
    "translated_words_percent": 4.2,
    "translated_chars": 717,
    "translated_chars_percent": 4.0,
    "fuzzy": 279,
    "fuzzy_percent": 56.4,
    "fuzzy_words": 1863,
    "fuzzy_words_percent": 62.2,
    "fuzzy_chars": 10873,
    "fuzzy_chars_percent": 61.9,
    "failing": 250,
    "failing_percent": 50.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "mk",
    "name": "Macedonian",
    "url": "https://l10n.opensuse.org/projects/libstorage-ng/master/mk/",
    "translate_url": "https://l10n.opensuse.org/translate/libstorage-ng/master/mk/"
}