Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 187,
            "total_words": 5794,
            "last_change": "2020-04-18T19:12:23.797909Z",
            "recent_changes": 6,
            "translated": 187,
            "translated_words": 5794,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 43557,
            "translated_chars_percent": 100.0,
            "total_chars": 43557,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 24,
            "failing_percent": 12.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_vinum/pt_BR/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_vinum/pt_BR/"
        },
        {
            "total": 187,
            "total_words": 5794,
            "last_change": null,
            "recent_changes": 0,
            "translated": 187,
            "translated_words": 5794,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 43557,
            "translated_chars_percent": 100.0,
            "total_chars": 43557,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 19,
            "failing_percent": 10.1,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 187,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_vinum/en/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_vinum/en/"
        },
        {
            "total": 187,
            "total_words": 5794,
            "last_change": "2021-01-01T19:42:39.076612Z",
            "recent_changes": 37,
            "translated": 187,
            "translated_words": 5794,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 43557,
            "translated_chars_percent": 100.0,
            "total_chars": 43557,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 25,
            "failing_percent": 13.3,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 8,
            "code": "es",
            "name": "Spanish",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_vinum/es/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_vinum/es/"
        }
    ]
}