美国所得税计算器API提供了有结构的美国所得税税率和税级的访问,按税年和纳税人类型组织。该API提供与每个联邦税率相对应的收入范围,使您能够准确识别各个部分的个人收入适用的百分比,这取决于纳税人的婚姻状况
它旨在用于税务计算应用程序、财务规划、会计软件以及需要自动准确估算联邦税的服务。数据被细分为税级或递进比例,允许当前税收结构应用于收入模拟或经济分析
除了对将税务逻辑集成到其平台中的开发人员有用之外,该API还可以被税务顾问、个人财务移动应用程序和任何提供净收入或代扣预估的工具使用。JSON结构便于集成到各种类型的系统中,并且因为它按年份组织,因此可以访问当前和历史信息
该API简化了美国递进税制的复杂计算,清楚地提供了每个收入水平所支付的税款,并帮助确保准确性和合规性
要使用此端点,您必须在参数中指定一个年份。
它还会有一个可选参数,您可以在没有州和省数据的情况下获取联邦税信息。您只需将参数设置为true。
所得税 - 端点功能
| 对象 | 描述 |
|---|---|
year |
[必需] Indicate a fiscal year |
federal_only |
可选 Set to true if you want to obtain only federal tax information |
{"federal": {"married": {"brackets": [{"rate": 0.1, "min": 1, "max": 18650}, {"rate": 0.15, "min": 18651, "max": 75900}, {"rate": 0.25, "min": 75901, "max": 153100}, {"rate": 0.28, "min": 153101, "max": 233350}, {"rate": 0.33, "min": 233351, "max": 416700}, {"rate": 0.35, "min": 416701, "max": 470700}, {"rate": 0.396, "min": 470701, "max": "Infinity"}]}, "married_separate": {"brackets": [{"rate": 0.1, "min": 1, "max": 9235}, {"rate": 0.15, "min": 9236, "max": 37950}, {"rate": 0.25, "min": 37951, "max": 76550}, {"rate": 0.28, "min": 76551, "max": 116675}, {"rate": 0.33, "min": 116676, "max": 208350}, {"rate": 0.35, "min": 208351, "max": 235350}, {"rate": 0.396, "min": 235351, "max": "Infinity"}]}, "single": {"brackets": [{"rate": 0.1, "min": 1, "max": 9325}, {"rate": 0.15, "min": 9326, "max": 37950}, {"rate": 0.25, "min": 37951, "max": 91900}, {"rate": 0.28, "min": 91901, "max": 191650}, {"rate": 0.33, "min": 191651, "max": 416700}, {"rate": 0.35, "min": 416701, "max": 418400}, {"rate": 0.396, "min": 418401, "max": "Infinity"}]}, "head_of_household": {"brackets": [{"rate": 0.1, "min": 1, "max": 13350}, {"rate": 0.15, "min": 13351, "max": 50800}, {"rate": 0.25, "min": 50801, "max": 131200}, {"rate": 0.28, "min": 131201, "max": 212500}, {"rate": 0.33, "min": 212501, "max": 416700}, {"rate": 0.35, "min": 416701, "max": 444550}, {"rate": 0.396, "min": 444551, "max": "Infinity"}]}}, "states": {"AL": {"married": {"brackets": [{"rate": 0.02, "min": 1, "max": 1000}, {"rate": 0.04, "min": 1001, "max": 6000}, {"rate": 0.05, "min": 6001, "max": "Infinity"}]}, "single": {"brackets": [{"rate": 0.02, "min": 1, "max": 500}, {"rate": 0.04, "min": 501, "max": 3000}, {"rate": 0.05, "min": 3001, "max": "Infinity"}]}, "standard_deduction": {"single": 2500, "couple": 7500}, "personal_exemption": {"single": ">", "couple": "3000", "dependent": "1000"}}, "AK": {"married": {"brackets": []}, "single": {"brackets": []}, "standard_deduction": {}, "personal_exemption": {}}, "AZ": {"married": {"brackets": [{"rate": 0.0259, "min": 1, "max": 20357}, {"rate": 0.0288, "min": 20358, "max": 50890}, {"rate": 0.0336, "min": 50891, "max": 101779}, {"rate": 0.0424, "min": 101780, "max": 305336}, {"rate": 0.0454, "min": 305337, "max": "Infinity"}]}, "single": {"brackets": [{"rate": 0.0259, "min": 1, "max": 10179}, {"rate": 0.0288, "min": 10180, "max": 25445}, {"rate": 0.0336, "min": 25446, "max": 50890}, {"rate": 0.0424, "min": 50891, "max": 152668}, {"rate": 0.0454, "min": 152669, "max": "Infinity"}]}, "standard_deduction": {"single": 5099, "couple": 10189}, "personal_exemption": {"single": ">", "couple": "4200", "dependent": "2100"}}, "AR": {"married": {"brackets": [{"rate": 0.009, "min": 1, "max": 4299}, {"rate": 0.025, "min": 4300, "max": 8500}, {"rate": 0.035, "min": 8501, "max": 12699}, {"rate": 0.045, "min": 12700, "max": 21199}, {"rate": 0.06, "min": 21200, "max": 35100}, {"rate": 0.069, "min": 35101, "max": "Infinity"}]}, "single": {"brackets": [{"rate": 0.009, "min": 1, "max": 4299}, {"rate": 0.025, "min": 4300, "max": 8500}, {"rate": 0.035, "min": 8501, "max": 12699}, {"rate": 0.045, "min": 12700, "max": 21199}, {"rate": 0.06, "min": 21200, "max": 35100}, {"rate": 0.069, "min": 35101, "max": "Infinity"}]}, "standard_deduction": {"single": 2200, "couple": 4400}, "personal_exemption": {"single": ">", "couple": "52 credit", "dependent": "26 credit"}}, "CA": {"married": {"brackets": [{"rate": 0.01, "min": 1, "max": 16446}, {"rate": 0.02, "min": 16447, "max": 38990}, {"rate": 0.04, "min": 38991, "max": 61538}, {"rate": 0.06, "min": 61539, "max": 85422}, {"rate": 0.08, "min": 85423, "max": 107960}, {"rate": 0.093, "min": 107961, "max": 551476}, {"rate": 0.103, "min": 551477, "max": 661768}, {"rate": 0.113, "min": 661769, "max": 1000000}, {"rate": 0.123, "min": 1000001, "max": 1102946}, {"rate": 0.133, "min": 1102947, "max": "Infinity"}]}, "single": {"brackets": [{"rate": 0.01, "min": 1, "max": 8223}, {"rate": 0.02, "min": 8224, "max": 19495}, {"rate": 0.04, "min": 19496, "max": 30796}, {"rate": 0.06, "min": 30797, "max": 42711}, {"rate": 0.08, "min": 42712, "max": 53980}, {"rate": 0.093, "min": 53981, "max": 275738}, {"rate": 0.103, "min": 275739, "max": 330884}, {"rate": 0.113, "min": 330885, "max": 551473}, {"rate": 0.123, "min": 551474, "max": 1000000}, {"rate": 0.133, "min": 1000001, "max": "Infinity"}]}, "standard_deduction": {"single": 4236, "couple": 8472}, "personal_exemption": {"single": ">", "couple": "228 credit", "dependent": "353 credit"}}, "CO": {"married": {"brackets": [{"rate": 0.0463, "min": 1, "max": "Infinity"}]}, "single": {"brackets": [{"rate": 0.0463, "min": 1, "max": "Infinity"}]}, "standard_deduction": {}, "personal_exemption": {"single": ">"}}, "CT": {"married": {"brackets": [{"rate": 0.03, "min": 1, "max": 20000}, {"rate": 0.05, "min": 20001, "max": 100000}, {"rate": 0.055, "min": 100001, "max": 200000}, {"rate": 0.06, "min": 200001, "max": 400000}, {"rate": 0.065, "min": 400001, "max": 500000}, {"rate": 0.069, "min": 500001, "max": 1000000}, {"rate": 0.0699, "min": 1000001, "max": "Infinity"}]}, "single": {"brackets": [{"rate": 0.03, "min": 1, "max": 10000}, {"rate": 0.05, "min": 10001, "max": 50000}, {"rate": 0.055, "min": 50001, "max": 100000}, {"rate": 0.06, "min": 100001, "max": 200000}, {"rate": 0.065, "min": 200001, "max": 250000}, {"rate": 0.069, "min": 250001, "max": 500000}, {"rate": 0.0699, "min": 500001, "max": "Infinity"}]}, "standard_deduction": {}, "personal_exemption": {"single": ">", "couple": "24000", "dependent": "0"}}, "DE": {"married": {"brackets": [{"rate": 0.022, "min": 2001, "max": 5000}, {"rate": 0.039, "min": 5001, "max": 10000}, {"rate": 0.048, "min": 10001, "max": 20000}, {"rate": 0.052, "min": 20001, "max": 25000}, {"rate": 0.0555, "min": 25001, "max": 60000}, {"rate": 0.066, "min": 60001, "max": "Infinity"}]}, "single": {"brackets": [{"rate": 0.022, "min": 2001, "max": 5000}, {"rate": 0.039, "min": 5001, "max": 10000}, {"rate": 0.048, "min": 10001, "max": 20000}, {"rate": 0.052, "min": 20001, "max": 25000}, {"rate": 0.0555, "min": 25001, "max": 60000}, {"rate": 0.066, "min": 60001, "max": "Infinity"}]}, "standard_deduction": {"single": 3250, "couple": 6500}, "personal_exemption": {"single": ">", "couple": "220 credit", "dependent": "110 credit"}}, "FL": {"married": {"brackets": []}, "single": {"brackets": []}, "standard_deduction": {}, "personal_exemption": {}}, "GA": {"married": {"brackets": [{"rate": 0.01, "min": 1, "max": 1000}, {"rate": 0.02, "min": 1001, "max": 3000}, {"rate": 0.03, "min": 3001, "max": 5000}, {"rate": 0.04, "min": 5001, "max": 7000}, {"rate": 0.05, "min": 7001, "max": 10000}, {"rate": 0.06, "min": 10001, "max": "Infinity"}]}, "single": {"brackets": [{"rate": 0.01, "min": 1, "max": 750}, {"rate": 0.02, "min": 751, "max": 2250}, {"rate": 0.03, "min": 2251, "max": 3750}, {"rate": 0.04, "min": 3751, "max": 5250}, {"rate": 0.05, "min": 5251, "max": 7000}, {"rate": 0.06, "min": 7001, "max": "Infinity"}]}, "standard_deduction": {"single": 2300, "couple": 3000}, "personal_exemption": {"single": ">", "couple": "7400", "dependent": "3000"}}, "HI": {"married": {"brackets": [{"rate": 0.014, "min": 1, "max": 4800}, {"rate": 0.032, "min": 4801, "max": 9600}, {"rate": 0.055, "min": 9601, "max": 19200}, {"rate": 0.064, "min": 19201, "max": 28800}, {"rate": 0.068, "min": 28801, "max": 38400}, {"rate": 0.072, "min": 38401, "max": 48000}, {"rate": 0.076, "min": 48001, "max": 72000}, {"rate": 0.079, "min": 72001, "max": 96000}, {"rate": 0.0825, "min": 96001, "max": "Infinity"}]}, "single": {"brackets": [{"rate": 0.014, "min": 1, "max": 2400}, {"rate": 0.032, "min": 2401, "max": 4800}, {"rate": 0.055, "min": 4801, "max": 9600}, {"rate": 0.064, "min": 9601, "max": 14400}, {"rate": 0.068, "min": 14401, "max": 19200}, {"rate": 0.072, "min": 19201, "max": 24000}, {"rate": 0.076, "min": 24001, "max": 36000}, {"rate": 0.079, "min": 36001, "max": 48000}, {"rate": 0.0825, "min": 48001, "max": "Infinity"}]}, "standard_deduction": {"single": 2200, "couple": 4400}, "personal_exemption": {"single": ">", "couple": "2288", "dependent": "1144"}}, "ID": {"married": {"brackets": [{"rate": 0.016, "min": 1, "max": 2908}, {"rate": 0.036, "min": 2909, "max": 5816}, {"rate": 0.041, "min": 5817, "max": 8724}, {"rate": 0.051, "min": 8725, "max": 11632}, {"rate": 0.061, "min": 11633, "max": 14540}, {"rate": 0.071, "min": 14541, "max": 21810}, {"rate": 0.074, "min": 21811, "max": "Infinity"}]}, "single": {"brackets": [{"rate": 0.016, "min": 1, "max": 1454}, {"rate": 0.036, "min": 1455, "max": 2908}, {"rate": 0.041, "min": 2909, "max": 4362}, {"rate": 0.051, "min": 4363, "max": 5816}, {"rate": 0.061, "min": 5817, "max": 7270}, {"rate": 0.071, "min": 7271, "max": 10905}, {"rate": 0.074, "min": 10906, "max": "Infinity"}]}, "standard_deduction": {"single": 6350, "couple": 12700}, "personal_exemption": {"single": ">", "couple": "8100", "dependent": "4050"}}, "IL": {"married": {"brackets": [{"rate": 0.0495, "min": 1, "max": "Infinity"}]}, "single": {"brackets": [{"rate": 0.0495, "min": 1, "max": "Infinity"}]}, "standard_deduction": {}, "personal_exemption": {"single": ">", "couple": "4350", "dependent": "2175"}}, "IN": {"married": {"brackets": [{"rate": 0.0323, "min": 1, "max": "Infinity"}]}, "single": {"brackets": [{"rate": 0.0323, "min": 1, "max": "Infinity"}]}, "standard_deduction": {}, "personal_exemption": {"single": ">", "couple": "2000", "dependent": "1000"}}, "IA": {"married": {"brackets": [{"rate": 0.0036, "min": 1, "max": 1573}, {"rate": 0.0072, "min": 1574, "max": 3146}, {"rate": 0.0243, "min": 3147, "max": 6292}, {"rate": 0.045, "min": 6293, "max": 14157}, {"rate": 0.0612, "min": 14158, "max": 23595}, {"rate": 0.0648, "min": 23596, "max": 31460}, {"rate": 0.068, "min": 31461, "max": 47190}, {"rate": 0.0792, "min": 47191, "max": 70785}, {"rate": 0.0898, "min": 70786, "max": "Infinity"}]}, "single": {"brackets": [{"rate": 0.0036, "min": 1, "max": 1573}, {"rate": 0.0072, "min": 1574, "max": 3146}]}}},"_note":"Response truncated for documentation purposes"}
curl --location --request GET 'https://zylalabs.com/api/8404/us+income+tax+calculator+api/14726/income+taxes?year=Required' --header 'Authorization: Bearer YOUR_API_KEY'
| 标头 | 描述 |
|---|---|
授权
|
[必需] 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。 |
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
GET所得税端点返回指定税年和纳税人状态的联邦所得税等级和税率。这包括与每个税率对应的收入范围,允许用户确定不同收入段的适用税率
响应数据通常包括“年份”“纳税人状态”“档次”和“税率”等字段。每个档次包含收入范围和相应的税率,清晰地展现了递进税制
响应数据采用JSON格式进行结构化,以年份和纳税人状态进行组织。每个税率区间都列出了其相应的收入范围和税率,方便在应用程序中解析和利用
该端点需要一个“年份”参数来指定税务年度。一个可选参数允许用户通过将其设置为 true 来请求仅联邦税务信息,排除州和省的数据
该端点提供有关联邦所得税等级、税率和各类纳税人状态的收入范围的信息,例如单身、联合申报已婚和户主,适用于当前和历史年份
数据准确性通过来自官方IRS出版物和指导方针的信息来源得以维护 定期更新确保API反映最新的税法和税率 为用户提供可靠的数据
典型的用例包括税务计算应用程序 财务规划工具 会计软件和估算联邦税的服务 用户可以利用这些数据进行收入模拟和合规检查
用户可以通过将返回的数据集成到他们的应用中,以根据用户收入计算估算税款。通过参考收入范围和税率,开发人员可以创建准确的税务计算器和财务规划工具
服务级别:
100%
响应时间:
693ms
服务级别:
100%
响应时间:
693ms
服务级别:
100%
响应时间:
826ms
服务级别:
100%
响应时间:
491ms
服务级别:
100%
响应时间:
388ms
服务级别:
100%
响应时间:
693ms
服务级别:
100%
响应时间:
693ms
服务级别:
100%
响应时间:
0ms
服务级别:
100%
响应时间:
0ms
服务级别:
100%
响应时间:
0ms
服务级别:
100%
响应时间:
1,732ms
服务级别:
100%
响应时间:
385ms
服务级别:
100%
响应时间:
670ms
服务级别:
100%
响应时间:
533ms
服务级别:
100%
响应时间:
2,815ms
服务级别:
100%
响应时间:
109ms
服务级别:
100%
响应时间:
93ms
服务级别:
100%
响应时间:
160ms
服务级别:
100%
响应时间:
145ms
服务级别:
100%
响应时间:
474ms