Translation components API.

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

GET /api/components/ooops-stock-14-0/ooops_stock_production_lot_qr_code_crm_lead/statistics/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 25,
            "total_words": 71,
            "last_change": null,
            "recent_changes": 0,
            "translated": 25,
            "translated_words": 71,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 497,
            "translated_chars_percent": 100.0,
            "total_chars": 497,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.ops404.it/projects/ooops-stock-14-0/ooops_stock_production_lot_qr_code_crm_lead/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-stock-14-0/ooops_stock_production_lot_qr_code_crm_lead/en/"
        },
        {
            "total": 25,
            "total_words": 71,
            "last_change": "2025-02-04T14:35:48.082651Z",
            "recent_changes": 15,
            "translated": 25,
            "translated_words": 71,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 497,
            "translated_chars_percent": 100.0,
            "total_chars": 497,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "it",
            "name": "Italian",
            "url": "http://weblate.ops404.it/projects/ooops-stock-14-0/ooops_stock_production_lot_qr_code_crm_lead/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-stock-14-0/ooops_stock_production_lot_qr_code_crm_lead/it/"
        }
    ]
}