Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 61,
            "total_words": 384,
            "total_chars": 2343,
            "last_change": "2020-10-28T08:34:30.165019Z",
            "recent_changes": 5,
            "translated": 59,
            "translated_words": 372,
            "translated_percent": 96.7,
            "translated_words_percent": 96.8,
            "translated_chars": 2252,
            "translated_chars_percent": 96.1,
            "fuzzy": 2,
            "fuzzy_percent": 3.2,
            "fuzzy_words": 12,
            "fuzzy_words_percent": 3.1,
            "fuzzy_chars": 91,
            "fuzzy_chars_percent": 3.8,
            "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": 3,
            "readonly_percent": 4.9,
            "readonly_words": 5,
            "readonly_words_percent": 1.3,
            "readonly_chars": 28,
            "readonly_chars_percent": 1.1,
            "suggestions": 0,
            "comments": 1,
            "code": "en",
            "name": "English",
            "url": "https://weblate.vivid-inc.net/projects/neon/vivid-id/en/",
            "translate_url": "https://weblate.vivid-inc.net/translate/neon/vivid-id/en/"
        },
        {
            "total": 61,
            "total_words": 384,
            "total_chars": 2343,
            "last_change": "2024-01-20T12:20:49.329916Z",
            "recent_changes": 3,
            "translated": 61,
            "translated_words": 384,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2343,
            "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": 0,
            "failing_percent": 0.0,
            "approved": 3,
            "approved_percent": 4.9,
            "approved_words": 32,
            "approved_words_percent": 8.3,
            "approved_chars": 195,
            "approved_chars_percent": 8.3,
            "readonly": 5,
            "readonly_percent": 8.1,
            "readonly_words": 17,
            "readonly_words_percent": 4.4,
            "readonly_chars": 119,
            "readonly_chars_percent": 5.0,
            "suggestions": 0,
            "comments": 0,
            "code": "ja",
            "name": "Japanese",
            "url": "https://weblate.vivid-inc.net/projects/neon/vivid-id/ja/",
            "translate_url": "https://weblate.vivid-inc.net/translate/neon/vivid-id/ja/"
        },
        {
            "total": 61,
            "total_words": 384,
            "total_chars": 2343,
            "last_change": null,
            "recent_changes": 0,
            "translated": 5,
            "translated_words": 17,
            "translated_percent": 8.1,
            "translated_words_percent": 4.4,
            "translated_chars": 119,
            "translated_chars_percent": 5.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": 5,
            "readonly_percent": 8.1,
            "readonly_words": 17,
            "readonly_words_percent": 4.4,
            "readonly_chars": 119,
            "readonly_chars_percent": 5.0,
            "suggestions": 0,
            "comments": 0,
            "code": "de",
            "name": "German",
            "url": "https://weblate.vivid-inc.net/projects/neon/vivid-id/de/",
            "translate_url": "https://weblate.vivid-inc.net/translate/neon/vivid-id/de/"
        }
    ]
}