Translation components API.

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

GET /api/components/channel-fear/packs-pre-tires/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 24,
            "total_words": 214,
            "total_chars": 1365,
            "last_change": "2022-09-06T12:23:24.203986Z",
            "recent_changes": 0,
            "translated": 24,
            "translated_words": 214,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1365,
            "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": 4,
            "failing_percent": 16.6,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 24,
            "readonly_percent": 100.0,
            "readonly_words": 214,
            "readonly_words_percent": 100.0,
            "readonly_chars": 1365,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/packs-pre-tires/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/channel-fear/packs-pre-tires/fr/"
        },
        {
            "total": 24,
            "total_words": 214,
            "total_chars": 1365,
            "last_change": "2022-09-06T12:23:24.610823Z",
            "recent_changes": 0,
            "translated": 24,
            "translated_words": 214,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1365,
            "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": 2,
            "failing_percent": 8.3,
            "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": "en",
            "name": "English",
            "url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/packs-pre-tires/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/channel-fear/packs-pre-tires/en/"
        },
        {
            "total": 24,
            "total_words": 214,
            "total_chars": 1365,
            "last_change": "2023-08-20T17:23:58.557177Z",
            "recent_changes": 0,
            "translated": 12,
            "translated_words": 134,
            "translated_percent": 50.0,
            "translated_words_percent": 62.6,
            "translated_chars": 826,
            "translated_chars_percent": 60.5,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 1,
            "failing_percent": 4.1,
            "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": "es",
            "name": "Spanish",
            "url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/packs-pre-tires/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/channel-fear/packs-pre-tires/es/"
        },
        {
            "total": 24,
            "total_words": 214,
            "total_chars": 1365,
            "last_change": "2023-08-19T22:37:28.610540Z",
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 1,
            "failing_percent": 4.1,
            "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": 0,
            "code": "ca",
            "name": "Catalan",
            "url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/packs-pre-tires/ca/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/channel-fear/packs-pre-tires/ca/"
        }
    ]
}