Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 129,
            "total_words": 2857,
            "last_change": "2020-05-17T10:55:05.356232Z",
            "recent_changes": 1,
            "translated": 129,
            "translated_words": 2857,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 21820,
            "translated_chars_percent": 100.0,
            "total_chars": 21820,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 6,
            "failing_percent": 4.6,
            "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_hubs/es/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_hubs/es/"
        },
        {
            "total": 129,
            "total_words": 2857,
            "last_change": "2019-11-15T19:34:20.693491Z",
            "recent_changes": 4,
            "translated": 129,
            "translated_words": 2857,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 21820,
            "translated_chars_percent": 100.0,
            "total_chars": 21820,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 1.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/articles_hubs/pt_BR/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_hubs/pt_BR/"
        },
        {
            "total": 129,
            "total_words": 2857,
            "last_change": null,
            "recent_changes": 0,
            "translated": 129,
            "translated_words": 2857,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 21820,
            "translated_chars_percent": 100.0,
            "total_chars": 21820,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 3,
            "failing_percent": 2.3,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 129,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_hubs/en/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_hubs/en/"
        }
    ]
}