Translation components API.

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

GET /api/translations/libstorage/sle-12-sp4/tr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 220,
    "total_words": 1382,
    "total_chars": 8281,
    "last_change": "2018-10-05T16:59:26.287306Z",
    "recent_changes": 0,
    "translated": 9,
    "translated_words": 12,
    "translated_percent": 4.0,
    "translated_words_percent": 0.8,
    "translated_chars": 52,
    "translated_chars_percent": 0.6,
    "fuzzy": 148,
    "fuzzy_percent": 67.2,
    "fuzzy_words": 839,
    "fuzzy_words_percent": 60.7,
    "fuzzy_chars": 4993,
    "fuzzy_chars_percent": 60.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "https://l10n.opensuse.org/projects/libstorage/sle-12-sp4/tr/",
    "translate_url": "https://l10n.opensuse.org/translate/libstorage/sle-12-sp4/tr/"
}