Translation components API.

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

GET /api/translations/freebsd-doc/articles_bsdl-gpl/tr_TR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 84,
    "total_words": 3744,
    "last_change": "2020-05-16T14:28:57.819989Z",
    "recent_changes": 1,
    "translated": 7,
    "translated_words": 405,
    "translated_percent": 8.3,
    "translated_words_percent": 10.8,
    "translated_chars": 2577,
    "translated_chars_percent": 10.6,
    "total_chars": 24118,
    "fuzzy": 50,
    "fuzzy_percent": 59.5,
    "failing": 46,
    "failing_percent": 54.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "tr_TR",
    "name": "Turkish",
    "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_bsdl-gpl/tr_TR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_bsdl-gpl/tr_TR/"
}