Translation components API.

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

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

{
    "total": 288,
    "total_words": 1980,
    "last_change": "2019-03-28T08:02:39.248359Z",
    "recent_changes": 149,
    "translated": 139,
    "translated_words": 844,
    "translated_percent": 48.2,
    "translated_words_percent": 42.6,
    "translated_chars": 5685,
    "translated_chars_percent": 41.8,
    "total_chars": 13595,
    "fuzzy": 40,
    "fuzzy_percent": 13.8,
    "failing": 6,
    "failing_percent": 2.0,
    "approved": 139,
    "approved_percent": 48.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://l10n.opensuse.org/projects/rmt/i18n/ko/",
    "translate_url": "https://l10n.opensuse.org/translate/rmt/i18n/ko/"
}