Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 468,
            "total_words": 9234,
            "last_change": "2021-01-09T14:31:52.490678Z",
            "recent_changes": 8,
            "translated": 459,
            "translated_words": 8676,
            "translated_percent": 98.0,
            "translated_words_percent": 93.9,
            "translated_chars": 53720,
            "translated_chars_percent": 94.0,
            "total_chars": 57144,
            "fuzzy": 8,
            "fuzzy_percent": 1.7,
            "failing": 88,
            "failing_percent": 18.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_serial-uart/pt_BR/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_serial-uart/pt_BR/"
        },
        {
            "total": 468,
            "total_words": 9234,
            "last_change": null,
            "recent_changes": 0,
            "translated": 468,
            "translated_words": 9234,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 57144,
            "translated_chars_percent": 100.0,
            "total_chars": 57144,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 20,
            "failing_percent": 4.2,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 468,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_serial-uart/en/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_serial-uart/en/"
        },
        {
            "total": 468,
            "total_words": 9234,
            "last_change": "2021-01-21T14:33:24.694337Z",
            "recent_changes": 19,
            "translated": 207,
            "translated_words": 5685,
            "translated_percent": 44.2,
            "translated_words_percent": 61.5,
            "translated_chars": 33956,
            "translated_chars_percent": 59.4,
            "total_chars": 57144,
            "fuzzy": 149,
            "fuzzy_percent": 31.8,
            "failing": 142,
            "failing_percent": 30.3,
            "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_serial-uart/es/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_serial-uart/es/"
        }
    ]
}