Business & SME APIWeb Calculator UI
Free GST Amount & Rate Calculator API (2026)
GST calculation API for inclusive and exclusive price calculations.
Interactive API Playground & Live Test
GET
/api/v1/gstQuery Parameters
Base amount in ₹
GST rate % (5, 12, 18, 28)
Set "true" if amount includes GST
curl -X GET "https://fincalculator.in/api/v1/gst?amount=10000&rate=18&inclusive=false" \
-H "Accept: application/json"Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...Request Parameters Schema
| Parameter | Type | Required | Description / Notes |
|---|---|---|---|
| amount | number | Required | Base amount in ₹ |
| rate | number | Required | GST rate % (5, 12, 18, 28) |
| inclusive | boolean | Optional | Set "true" if amount includes GST |