Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 2136,
            "total_words": 13096,
            "total_chars": 79561,
            "last_change": null,
            "recent_changes": 0,
            "translated": 2136,
            "translated_words": 13096,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 79561,
            "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": 8,
            "failing_percent": 0.3,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 2136,
            "readonly_percent": 100.0,
            "readonly_words": 13096,
            "readonly_words_percent": 100.0,
            "readonly_chars": 79561,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://itzulpenak.gamerauntsia.eus/projects/nina/core/en/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/nina/core/en/"
        },
        {
            "total": 2136,
            "total_words": 13096,
            "total_chars": 79561,
            "last_change": "2023-06-29T22:08:10.468906Z",
            "recent_changes": 45,
            "translated": 135,
            "translated_words": 443,
            "translated_percent": 6.3,
            "translated_words_percent": 3.3,
            "translated_chars": 2785,
            "translated_chars_percent": 3.5,
            "fuzzy": 1973,
            "fuzzy_percent": 92.3,
            "fuzzy_words": 12163,
            "fuzzy_words_percent": 92.8,
            "fuzzy_chars": 73892,
            "fuzzy_chars_percent": 92.8,
            "failing": 1774,
            "failing_percent": 83.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": "eu",
            "name": "Basque",
            "url": "https://itzulpenak.gamerauntsia.eus/projects/nina/core/eu/",
            "translate_url": "https://itzulpenak.gamerauntsia.eus/translate/nina/core/eu/"
        }
    ]
}