Income Tax Calculator API

GET

Calculate US federal income tax and take-home pay for any salary.

Income Tax Calculator is a tool for calculating US federal income tax. It takes your income, filing status, and year to compute your total tax, effective rate, marginal rate, and a full bracket-by-bracket breakdown.

Try it — live request, no key required

Request
GETapi.apiverve.com/v1/incometaxcalculator?income=85000&rate=22
Query parameters
Verification
Format

No key required to try it. Get a key to use it in your app.

200 OK
{
  "status": "ok",
  "error": null,
  "data": {
    "year": 2025,
    "filing_status": "single",
    "income": 85000,
    "standardDeduction": 15000,
    "taxableIncome": 70000,
    "totalTax": 10852.5,
    "effectiveRate": "12.77%",
    "marginalRate": "22%",
    "incomeAfterTax": 74147.5,
    "monthlyTax": 904.38,
    "monthlyIncome": 6178.96,
    "brackets": [
      {
        "rate": 0.1,
        "ratePercent": "10.0%",
        "rangeMin": 0,
        "rangeMax": 11925,
        "taxableAmount": 11926,
        "taxAmount": 1192.6
      },
      {
        "rate": 0.12,
        "ratePercent": "12.0%",
        "rangeMin": 11926,
        "rangeMax": 48475,
        "taxableAmount": 36550,
        "taxAmount": 4386
      },
      {
        "rate": 0.22,
        "ratePercent": "22.0%",
        "rangeMin": 48476,
        "rangeMax": 103350,
        "taxableAmount": 21524,
        "taxAmount": 4735.28
      }
    ]
  }
}

About the Income Tax Calculator API

Income Tax Calculator works by applying the official federal income tax brackets to your gross income after the standard deduction. It calculates the tax owed at each bracket level and returns a detailed breakdown including effective and marginal tax rates.

What people use it for

Tax Estimation
Use the Income Tax Calculator API to estimate your federal income tax liability based on your income and filing status
Payroll Systems
Integrate the Income Tax Calculator API into payroll systems to estimate employee federal tax withholding
Financial Planning
Use the Income Tax Calculator API to compare tax liability across different income scenarios or filing statuses for financial planning
Tax Education
Build educational tools that show users how progressive tax brackets work with a detailed bracket-by-bracket breakdown

Ways to call it

One endpoint, many ways in — REST with JSON, XML, YAML and CSV, plus GraphQL and an MCP interface for AI agents.

JSON
Default REST response
XML
Markup format
YAML
Human-readable
CSV
Tabular export
Beta
GraphQL
Query language
New
MCP
For AI agents

Other ways to use Income Tax Calculator

Same data, same APIVerve account, same credit balance — one key works on all of them.

Questions.

Common questions about the Income Tax Calculator API.

Read the docs
Does this API handle state and municipal taxes?
No, it calculates US federal income tax only. It applies federal tax brackets and standard deductions according to the filing status you specify.
Can I run calculations using a custom flat tax rate?
Yes. A dedicated endpoint lets you supply any annual gross income, a custom percentage rate, and an optional deduction. It returns total tax owed, net take-home pay, and monthly breakdown amounts.
What tax year is used if I do not specify one?
The federal calculation defaults to the previous calendar year when the year parameter is omitted. Supplying a specific tax year requires a paid plan.
Do I get the bracket-by-bracket breakdown on the Free plan?
No. The Free plan returns summary figures including total tax, effective rate, and marginal rate. The itemized bracket breakdown showing taxable amounts and tax owed per band is unlocked on any paid plan starting with Starter.
Is it cheap enough to calculate tax estimates for every user?
Yes. On the Starter plan, 100,000 tax calculations work out to about $0.0003 per calculation or $0.30 per 1,000 calls. You can also test the integration on the Free plan, which includes 100 calculations each month.
Can I use these tax calculations inside a commercial product?
Yes, commercial use is fully supported on every paid plan. You can embed the calculations into payroll tools, financial planning software, or client dashboards, provided you do not resell or redistribute the raw API responses as-is.

Ready to build with Income Tax Calculator? Start with 200 free credits — one key unlocks all 300+ APIs.

Explore the catalog

300+ APIs on the same key and the same response shape.

Browse all APIs