Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 80,
            "total_words": 512,
            "total_chars": 4017,
            "last_change": "2021-12-13T06:36:00.115611Z",
            "recent_changes": 4,
            "translated": 80,
            "translated_words": 512,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 4017,
            "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": 1.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.vivid-inc.net/projects/neon/website/en/",
            "translate_url": "https://weblate.vivid-inc.net/translate/neon/website/en/"
        },
        {
            "total": 80,
            "total_words": 512,
            "total_chars": 4017,
            "last_change": "2021-12-15T12:30:54.324942Z",
            "recent_changes": 70,
            "translated": 80,
            "translated_words": 512,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 4017,
            "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.5,
            "approved": 74,
            "approved_percent": 92.5,
            "approved_words": 470,
            "approved_words_percent": 91.7,
            "approved_chars": 3741,
            "approved_chars_percent": 93.1,
            "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": "ja",
            "name": "Japanese",
            "url": "https://weblate.vivid-inc.net/projects/neon/website/ja/",
            "translate_url": "https://weblate.vivid-inc.net/translate/neon/website/ja/"
        }
    ]
}