Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 393,
            "total_words": 11185,
            "last_change": "2020-10-28T02:41:10.380199Z",
            "recent_changes": 3,
            "translated": 17,
            "translated_words": 402,
            "translated_percent": 4.3,
            "translated_words_percent": 3.5,
            "translated_chars": 3318,
            "translated_chars_percent": 4.1,
            "total_chars": 80390,
            "fuzzy": 173,
            "fuzzy_percent": 44.0,
            "failing": 27,
            "failing_percent": 6.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/boooks_design-44bsd/pt_BR/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_design-44bsd/pt_BR/"
        },
        {
            "total": 393,
            "total_words": 11185,
            "last_change": null,
            "recent_changes": 0,
            "translated": 393,
            "translated_words": 11185,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 80390,
            "translated_chars_percent": 100.0,
            "total_chars": 80390,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 38,
            "failing_percent": 9.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 393,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/boooks_design-44bsd/en/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_design-44bsd/en/"
        },
        {
            "total": 393,
            "total_words": 11185,
            "last_change": "2020-12-14T23:10:17.616520Z",
            "recent_changes": 353,
            "translated": 216,
            "translated_words": 7279,
            "translated_percent": 54.9,
            "translated_words_percent": 65.0,
            "translated_chars": 48479,
            "translated_chars_percent": 60.3,
            "total_chars": 80390,
            "fuzzy": 134,
            "fuzzy_percent": 34.0,
            "failing": 140,
            "failing_percent": 35.6,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 1,
            "comments": 0,
            "code": "es",
            "name": "Spanish",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/boooks_design-44bsd/es/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_design-44bsd/es/"
        }
    ]
}