Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 164,
            "total_words": 3327,
            "last_change": "2020-12-12T20:46:42.336846Z",
            "recent_changes": 42,
            "translated": 136,
            "translated_words": 3167,
            "translated_percent": 82.9,
            "translated_words_percent": 95.1,
            "translated_chars": 25165,
            "translated_chars_percent": 91.7,
            "total_chars": 27428,
            "fuzzy": 28,
            "fuzzy_percent": 17.0,
            "failing": 44,
            "failing_percent": 26.8,
            "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_new-users/es/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/es/"
        },
        {
            "total": 164,
            "total_words": 3327,
            "last_change": "2019-11-04T00:09:20.852240Z",
            "recent_changes": 1,
            "translated": 164,
            "translated_words": 3327,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 27428,
            "translated_chars_percent": 100.0,
            "total_chars": 27428,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 32,
            "failing_percent": 19.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_new-users/pt_BR/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/pt_BR/"
        },
        {
            "total": 164,
            "total_words": 3327,
            "last_change": null,
            "recent_changes": 0,
            "translated": 164,
            "translated_words": 3327,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 27428,
            "translated_chars_percent": 100.0,
            "total_chars": 27428,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 33,
            "failing_percent": 20.1,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 164,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_new-users/en/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_new-users/en/"
        }
    ]
}