Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 78,
            "total_words": 133,
            "total_chars": 827,
            "last_change": "2023-04-28T11:51:28.831427Z",
            "recent_changes": 0,
            "translated": 78,
            "translated_words": 133,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 827,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 10,
            "failing_percent": 12.8,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 2,
            "comments": 1,
            "code": "en",
            "name": "English",
            "url": "https://hosted.weblate.org/projects/scrutin/app/en/",
            "translate_url": "https://hosted.weblate.org/translate/scrutin/app/en/"
        },
        {
            "total": 78,
            "total_words": 133,
            "total_chars": 827,
            "last_change": "2023-04-28T12:17:03.907224Z",
            "recent_changes": 0,
            "translated": 64,
            "translated_words": 112,
            "translated_percent": 82.0,
            "translated_words_percent": 84.2,
            "translated_chars": 701,
            "translated_chars_percent": 84.7,
            "fuzzy": 2,
            "fuzzy_percent": 2.5,
            "fuzzy_words": 5,
            "fuzzy_words_percent": 3.7,
            "fuzzy_chars": 29,
            "fuzzy_chars_percent": 3.5,
            "failing": 5,
            "failing_percent": 6.4,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 1,
            "code": "fr",
            "name": "French",
            "url": "https://hosted.weblate.org/projects/scrutin/app/fr/",
            "translate_url": "https://hosted.weblate.org/translate/scrutin/app/fr/"
        },
        {
            "total": 78,
            "total_words": 133,
            "total_chars": 827,
            "last_change": "2023-04-28T12:17:04.079102Z",
            "recent_changes": 0,
            "translated": 58,
            "translated_words": 95,
            "translated_percent": 74.3,
            "translated_words_percent": 71.4,
            "translated_chars": 589,
            "translated_chars_percent": 71.2,
            "fuzzy": 13,
            "fuzzy_percent": 16.6,
            "fuzzy_words": 29,
            "fuzzy_words_percent": 21.8,
            "fuzzy_chars": 180,
            "fuzzy_chars_percent": 21.7,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "nb_NO",
            "name": "Norwegian Bokmål",
            "url": "https://hosted.weblate.org/projects/scrutin/app/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/scrutin/app/nb_NO/"
        }
    ]
}