Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 32,
            "total_words": 174,
            "total_chars": 1030,
            "last_change": "2022-09-17T09:20:40.418016Z",
            "recent_changes": 0,
            "translated": 31,
            "translated_words": 174,
            "translated_percent": 96.8,
            "translated_words_percent": 100.0,
            "translated_chars": 1030,
            "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": 6.2,
            "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/final-blow/main/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/final-blow/main/en/"
        },
        {
            "total": 32,
            "total_words": 174,
            "total_chars": 1030,
            "last_change": "2022-09-25T13:51:46.454072Z",
            "recent_changes": 33,
            "translated": 32,
            "translated_words": 174,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1030,
            "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": 1,
            "failing_percent": 3.1,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 1,
            "readonly_percent": 3.1,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "https://weblate.foundryvtt-hub.com/projects/final-blow/main/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/final-blow/main/fr/"
        },
        {
            "total": 32,
            "total_words": 174,
            "total_chars": 1030,
            "last_change": "2023-11-03T22:39:02.418621Z",
            "recent_changes": 0,
            "translated": 1,
            "translated_words": 0,
            "translated_percent": 3.1,
            "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": 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": 1,
            "readonly_percent": 3.1,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "de",
            "name": "German",
            "url": "https://weblate.foundryvtt-hub.com/projects/final-blow/main/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/final-blow/main/de/"
        },
        {
            "total": 32,
            "total_words": 174,
            "total_chars": 1030,
            "last_change": "2024-02-20T17:17:51.928092Z",
            "recent_changes": 0,
            "translated": 28,
            "translated_words": 151,
            "translated_percent": 87.5,
            "translated_words_percent": 86.7,
            "translated_chars": 897,
            "translated_chars_percent": 87.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": 6.2,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 1,
            "readonly_percent": 3.1,
            "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/final-blow/main/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/final-blow/main/es/"
        }
    ]
}