Translation components API.

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

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

{
    "total": 357,
    "total_words": 2783,
    "last_change": "2021-05-07T16:32:02.286218Z",
    "recent_changes": 17,
    "translated": 195,
    "translated_words": 1450,
    "translated_percent": 54.6,
    "translated_words_percent": 52.1,
    "translated_chars": 10169,
    "translated_chars_percent": 52.9,
    "total_chars": 19222,
    "fuzzy": 75,
    "fuzzy_percent": 21.0,
    "failing": 45,
    "failing_percent": 12.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hi",
    "name": "Hindi",
    "url": "https://l10n.opensuse.org/projects/yast-installation/master/hi/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-installation/master/hi/"
}