Tax & Finance
Tax Reference API
Overview
Federal tax brackets, standard deductions, mileage rates, retirement limits, and deadline reference data.
Base URL
https://apidatasets.com/api/v1Endpoints
GET
1 credits
/api/v1/tax/deadlinesFederal individual filing deadline reference.
{
"data": {
"type": "tax_deadlines"
},
"meta": {
"credits_used": 1
}
}
GET
2 credits
/api/v1/tax/federal/bracketsIRS-backed federal tax brackets by year and filing status.
{
"data": {
"type": "federal_brackets"
},
"meta": {
"credits_used": 2
}
}
GET
1 credits
/api/v1/tax/mileage-ratesBusiness mileage rate reference value.
{
"data": {
"type": "mileage_rates"
},
"meta": {
"credits_used": 1
}
}
GET
1 credits
/api/v1/tax/retirement-limits401(k) employee contribution limit reference.
{
"data": {
"type": "retirement_limits"
},
"meta": {
"credits_used": 1
}
}
GET
1 credits
/api/v1/tax/standard-deductionFederal standard deduction reference values, optionally filtered by filing status.
{
"data": {
"type": "standard_deduction"
},
"meta": {
"credits_used": 1
}
}
Authentication
Authorization: Bearer YOUR_API_KEY
X-API-Key: YOUR_API_KEY
All /api/v1 routes require API key authentication and return consistent JSON errors.
Source and freshness
IRS tax year 2026 inflation adjustment release and IRS reference pages.
IRS tax year 2026 inflation adjustments
Public IRS reference release.
Tax data is reference data only and does not constitute tax, legal, accounting, or financial advice.