Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 152,
            "total_words": 3110,
            "last_change": "2020-03-31T15:33:05.418045Z",
            "recent_changes": 24,
            "translated": 152,
            "translated_words": 3110,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 27652,
            "translated_chars_percent": 100.0,
            "total_chars": 27652,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 6,
            "failing_percent": 3.9,
            "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_fonts/es/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_fonts/es/"
        },
        {
            "total": 152,
            "total_words": 3110,
            "last_change": "2019-11-09T00:38:34.403634Z",
            "recent_changes": 1,
            "translated": 152,
            "translated_words": 3110,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 27652,
            "translated_chars_percent": 100.0,
            "total_chars": 27652,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 18,
            "failing_percent": 11.8,
            "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_fonts/pt_BR/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_fonts/pt_BR/"
        },
        {
            "total": 152,
            "total_words": 3110,
            "last_change": null,
            "recent_changes": 0,
            "translated": 152,
            "translated_words": 3110,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 27652,
            "translated_chars_percent": 100.0,
            "total_chars": 27652,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 33,
            "failing_percent": 21.7,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 152,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_fonts/en/",
            "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_fonts/en/"
        }
    ]
}