Translation components API.

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

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

{
    "total": 357,
    "total_words": 2783,
    "last_change": "2024-03-05T05:49:52.525355Z",
    "recent_changes": 3,
    "translated": 97,
    "translated_words": 705,
    "translated_percent": 27.1,
    "translated_words_percent": 25.3,
    "translated_chars": 4964,
    "translated_chars_percent": 25.8,
    "total_chars": 19222,
    "fuzzy": 110,
    "fuzzy_percent": 30.8,
    "failing": 23,
    "failing_percent": 6.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "mk",
    "name": "Macedonian",
    "url": "https://l10n.opensuse.org/projects/yast-installation/master/mk/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-installation/master/mk/"
}