Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 108,
            "total_words": 6681,
            "last_change": "2021-01-09T14:33:03.187332Z",
            "recent_changes": 1,
            "translated": 106,
            "translated_words": 6626,
            "translated_percent": 98.1,
            "translated_words_percent": 99.1,
            "translated_chars": 40320,
            "translated_chars_percent": 99.2,
            "total_chars": 40633,
            "fuzzy": 1,
            "fuzzy_percent": 0.9,
            "failing": 12,
            "failing_percent": 11.1,
            "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_vm-design/pt_BR/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_vm-design/pt_BR/"
        },
        {
            "total": 108,
            "total_words": 6681,
            "last_change": null,
            "recent_changes": 0,
            "translated": 108,
            "translated_words": 6681,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 40633,
            "translated_chars_percent": 100.0,
            "total_chars": 40633,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 6,
            "failing_percent": 5.5,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 108,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_vm-design/en/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_vm-design/en/"
        },
        {
            "total": 108,
            "total_words": 6681,
            "last_change": "2021-01-20T12:24:46.419956Z",
            "recent_changes": 1,
            "translated": 108,
            "translated_words": 6681,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 40633,
            "translated_chars_percent": 100.0,
            "total_chars": 40633,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 7,
            "failing_percent": 6.4,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 2,
            "comments": 4,
            "code": "es",
            "name": "Spanish",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_vm-design/es/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_vm-design/es/"
        }
    ]
}