Reference: GST Slabs =================== This section provides reference information about GST tax slabs and rates. GST Tax Slabs ------------- The Goods and Services Tax (GST) in India is structured into different tax slabs: **0% Slab** - Essential goods and services - Basic food items - Healthcare services **5% Slab** - Household necessities - Transportation services - Basic utilities **12% Slab** - Processed foods - Clothing and textiles - Construction materials **18% Slab** - Most goods and services - Electronics and appliances - Professional services **28% Slab** - Luxury items - Automobiles - Entertainment services API Endpoint ----------- .. code-block:: bash GET /api/v1/reference/gst-slabs Response Format -------------- .. code-block:: json { "status": "success", "data": { "slabs": [ { "rate": "0%", "description": "Essential goods and services", "examples": ["Basic food items", "Healthcare services"] } ] } }