Translation components API.

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

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

{
    "total": 168,
    "total_words": 1090,
    "last_change": "2019-02-25T01:44:59.062650Z",
    "recent_changes": 9,
    "translated": 157,
    "translated_words": 1021,
    "translated_percent": 93.4,
    "translated_words_percent": 93.6,
    "translated_chars": 6589,
    "translated_chars_percent": 92.8,
    "total_chars": 7098,
    "fuzzy": 6,
    "fuzzy_percent": 3.5,
    "failing": 3,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://l10n.opensuse.org/projects/yast-country/master/ko/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-country/master/ko/"
}