Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 135,
            "total_words": 2911,
            "last_change": "2020-05-01T20:58:48.090625Z",
            "recent_changes": 10,
            "translated": 135,
            "translated_words": 2911,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 22553,
            "translated_chars_percent": 100.0,
            "total_chars": 22553,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 28,
            "failing_percent": 20.7,
            "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_gjournal-desktop/es/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_gjournal-desktop/es/"
        },
        {
            "total": 135,
            "total_words": 2911,
            "last_change": "2020-04-18T19:17:56.299290Z",
            "recent_changes": 10,
            "translated": 135,
            "translated_words": 2911,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 22553,
            "translated_chars_percent": 100.0,
            "total_chars": 22553,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 8,
            "failing_percent": 5.9,
            "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_gjournal-desktop/pt_BR/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_gjournal-desktop/pt_BR/"
        },
        {
            "total": 135,
            "total_words": 2911,
            "last_change": null,
            "recent_changes": 0,
            "translated": 135,
            "translated_words": 2911,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 22553,
            "translated_chars_percent": 100.0,
            "total_chars": 22553,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 22,
            "failing_percent": 16.2,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 135,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_gjournal-desktop/en/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_gjournal-desktop/en/"
        }
    ]
}