Taxation & Salary APIWeb Calculator UI
Free Section 80D Health Insurance Tax Calculator API (2026)
API for Section 80D health insurance and preventive checkup tax deductions.
Interactive API Playground & Live Test
GET
/api/v1/section-80dQuery Parameters
Self/family insurance premium in ₹
Self senior citizen status
Parents insurance premium in ₹
Parents senior citizen status
curl -X GET "https://fincalculator.in/api/v1/section-80d?selfPrem=25000&selfSenior=false&parentPrem=50000&parentSenior=true" \
-H "Accept: application/json"Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...Request Parameters Schema
| Parameter | Type | Required | Description / Notes |
|---|---|---|---|
| selfPrem | number | Optional | Self/family insurance premium in ₹ |
| selfSenior | boolean | Optional | Self senior citizen status |
| parentPrem | number | Optional | Parents insurance premium in ₹ |
| parentSenior | boolean | Optional | Parents senior citizen status |