Translation components API.

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

GET /api/components/freebsd-doc/articles_remote-install/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 105,
            "total_words": 2285,
            "last_change": "2019-10-20T12:38:27.926615Z",
            "recent_changes": 1,
            "translated": 105,
            "translated_words": 2285,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 21402,
            "translated_chars_percent": 100.0,
            "total_chars": 21402,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 20,
            "failing_percent": 19.0,
            "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_remote-install/es/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_remote-install/es/"
        },
        {
            "total": 105,
            "total_words": 2285,
            "last_change": "2019-11-04T00:13:01.925222Z",
            "recent_changes": 1,
            "translated": 105,
            "translated_words": 2285,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 21402,
            "translated_chars_percent": 100.0,
            "total_chars": 21402,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 29,
            "failing_percent": 27.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "pt_BR",
            "name": "Portuguese (Brazil)",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_remote-install/pt_BR/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_remote-install/pt_BR/"
        },
        {
            "total": 105,
            "total_words": 2285,
            "last_change": null,
            "recent_changes": 0,
            "translated": 105,
            "translated_words": 2285,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 21402,
            "translated_chars_percent": 100.0,
            "total_chars": 21402,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 20,
            "failing_percent": 19.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 105,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_remote-install/en/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_remote-install/en/"
        },
        {
            "total": 105,
            "total_words": 2285,
            "last_change": "2020-07-16T14:42:17.170419Z",
            "recent_changes": 3,
            "translated": 3,
            "translated_words": 19,
            "translated_percent": 2.8,
            "translated_words_percent": 0.8,
            "translated_chars": 240,
            "translated_chars_percent": 1.1,
            "total_chars": 21402,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "zh_CN",
            "name": "Chinese (Simplified)",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_remote-install/zh_CN/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_remote-install/zh_CN/"
        }
    ]
}