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/gst

Query 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

ParameterTypeRequiredDescription / Notes
amountnumberRequiredBase amount in ₹
ratenumberRequiredGST rate % (5, 12, 18, 28)
inclusivebooleanOptionalSet "true" if amount includes GST