Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 59,
            "total_words": 2700,
            "last_change": "2020-03-18T16:10:31.373876Z",
            "recent_changes": 18,
            "translated": 59,
            "translated_words": 2700,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 17460,
            "translated_chars_percent": 100.0,
            "total_chars": 17460,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 3,
            "failing_percent": 5.0,
            "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_filtering-bridge/es/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_filtering-bridge/es/"
        },
        {
            "total": 59,
            "total_words": 2700,
            "last_change": "2020-01-12T22:42:59.394845Z",
            "recent_changes": 1,
            "translated": 59,
            "translated_words": 2700,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 17460,
            "translated_chars_percent": 100.0,
            "total_chars": 17460,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 6,
            "failing_percent": 10.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_filtering-bridge/pt_BR/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_filtering-bridge/pt_BR/"
        },
        {
            "total": 59,
            "total_words": 2700,
            "last_change": null,
            "recent_changes": 0,
            "translated": 59,
            "translated_words": 2700,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 17460,
            "translated_chars_percent": 100.0,
            "total_chars": 17460,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 8,
            "failing_percent": 13.5,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 59,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_filtering-bridge/en/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_filtering-bridge/en/"
        }
    ]
}