Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 149,
            "total_words": 3062,
            "last_change": "2020-07-27T04:02:17.179846Z",
            "recent_changes": 2,
            "translated": 149,
            "translated_words": 3062,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 23845,
            "translated_chars_percent": 100.0,
            "total_chars": 23845,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 42,
            "failing_percent": 28.1,
            "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_geom-class/es/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_geom-class/es/"
        },
        {
            "total": 149,
            "total_words": 3062,
            "last_change": "2020-07-26T13:13:44.750859Z",
            "recent_changes": 4,
            "translated": 149,
            "translated_words": 3062,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 23845,
            "translated_chars_percent": 100.0,
            "total_chars": 23845,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 4,
            "failing_percent": 2.6,
            "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_geom-class/pt_BR/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_geom-class/pt_BR/"
        },
        {
            "total": 149,
            "total_words": 3062,
            "last_change": null,
            "recent_changes": 0,
            "translated": 149,
            "translated_words": 3062,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 23845,
            "translated_chars_percent": 100.0,
            "total_chars": 23845,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 20,
            "failing_percent": 13.4,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 149,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_geom-class/en/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_geom-class/en/"
        }
    ]
}