Translation components API.

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

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

{
    "total": 156,
    "total_words": 6148,
    "last_change": "2020-12-18T23:53:28.129030Z",
    "recent_changes": 134,
    "translated": 145,
    "translated_words": 6042,
    "translated_percent": 92.9,
    "translated_words_percent": 98.2,
    "translated_chars": 54114,
    "translated_chars_percent": 97.5,
    "total_chars": 55500,
    "fuzzy": 11,
    "fuzzy_percent": 7.0,
    "failing": 17,
    "failing_percent": 10.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_rc-scripting/es/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_rc-scripting/es/"
}