Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 120,
            "total_words": 1752,
            "last_change": "2020-12-17T20:32:50.088059Z",
            "recent_changes": 10,
            "translated": 120,
            "translated_words": 1752,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 18287,
            "translated_chars_percent": 100.0,
            "total_chars": 18287,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 39,
            "failing_percent": 32.5,
            "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_linux-users/es/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_linux-users/es/"
        },
        {
            "total": 120,
            "total_words": 1752,
            "last_change": "2020-11-15T19:43:15.729663Z",
            "recent_changes": 3,
            "translated": 120,
            "translated_words": 1752,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 18287,
            "translated_chars_percent": 100.0,
            "total_chars": 18287,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 55,
            "failing_percent": 45.8,
            "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_linux-users/pt_BR/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_linux-users/pt_BR/"
        },
        {
            "total": 120,
            "total_words": 1752,
            "last_change": null,
            "recent_changes": 0,
            "translated": 120,
            "translated_words": 1752,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 18287,
            "translated_chars_percent": 100.0,
            "total_chars": 18287,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 37,
            "failing_percent": 30.8,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 120,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_linux-users/en/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_linux-users/en/"
        },
        {
            "total": 120,
            "total_words": 1752,
            "last_change": "2020-07-16T14:41:08.448302Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 0.8,
            "translated_words_percent": 0.3,
            "translated_chars": 82,
            "translated_chars_percent": 0.4,
            "total_chars": 18287,
            "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_linux-users/zh_CN/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_linux-users/zh_CN/"
        }
    ]
}