Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 1752,
            "total_words": 28453,
            "last_change": "2021-01-09T14:37:52.525401Z",
            "recent_changes": 9,
            "translated": 1741,
            "translated_words": 28293,
            "translated_percent": 99.3,
            "translated_words_percent": 99.4,
            "translated_chars": 255052,
            "translated_chars_percent": 99.3,
            "total_chars": 256726,
            "fuzzy": 9,
            "fuzzy_percent": 0.5,
            "failing": 378,
            "failing_percent": 21.5,
            "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/boooks_fdp-primer/pt_BR/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_fdp-primer/pt_BR/"
        },
        {
            "total": 1752,
            "total_words": 28453,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1752,
            "translated_words": 28453,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 256726,
            "translated_chars_percent": 100.0,
            "total_chars": 256726,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 74,
            "failing_percent": 4.2,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 1752,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/boooks_fdp-primer/en/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_fdp-primer/en/"
        },
        {
            "total": 1752,
            "total_words": 28453,
            "last_change": "2021-01-09T14:37:48.568799Z",
            "recent_changes": 3,
            "translated": 281,
            "translated_words": 4437,
            "translated_percent": 16.0,
            "translated_words_percent": 15.5,
            "translated_chars": 32603,
            "translated_chars_percent": 12.6,
            "total_chars": 256726,
            "fuzzy": 79,
            "fuzzy_percent": 4.5,
            "failing": 77,
            "failing_percent": 4.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/boooks_fdp-primer/es/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_fdp-primer/es/"
        }
    ]
}