Translation components API.

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

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

{
    "total": 950,
    "total_words": 5334,
    "last_change": "2019-03-21T04:12:29.395176Z",
    "recent_changes": 3,
    "translated": 917,
    "translated_words": 5051,
    "translated_percent": 96.5,
    "translated_words_percent": 94.6,
    "translated_chars": 32657,
    "translated_chars_percent": 94.7,
    "total_chars": 34451,
    "fuzzy": 15,
    "fuzzy_percent": 1.5,
    "failing": 18,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://l10n.opensuse.org/projects/yast-base/master/ko/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-base/master/ko/"
}