Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 87,
            "total_words": 2641,
            "last_change": "2021-01-09T14:33:04.398876Z",
            "recent_changes": 4,
            "translated": 82,
            "translated_words": 2378,
            "translated_percent": 94.2,
            "translated_words_percent": 90.0,
            "translated_chars": 17600,
            "translated_chars_percent": 91.3,
            "total_chars": 19259,
            "fuzzy": 4,
            "fuzzy_percent": 4.5,
            "failing": 22,
            "failing_percent": 25.2,
            "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_solid-state/es/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_solid-state/es/"
        },
        {
            "total": 87,
            "total_words": 2641,
            "last_change": "2021-01-09T14:33:04.699941Z",
            "recent_changes": 4,
            "translated": 82,
            "translated_words": 2378,
            "translated_percent": 94.2,
            "translated_words_percent": 90.0,
            "translated_chars": 17600,
            "translated_chars_percent": 91.3,
            "total_chars": 19259,
            "fuzzy": 4,
            "fuzzy_percent": 4.5,
            "failing": 25,
            "failing_percent": 28.7,
            "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_solid-state/pt_BR/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_solid-state/pt_BR/"
        },
        {
            "total": 87,
            "total_words": 2641,
            "last_change": null,
            "recent_changes": 0,
            "translated": 87,
            "translated_words": 2641,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 19259,
            "translated_chars_percent": 100.0,
            "total_chars": 19259,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 24,
            "failing_percent": 27.5,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 87,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_solid-state/en/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_solid-state/en/"
        }
    ]
}