US Sales Tax Rate By Zipcode
## Example Requst Body: ``` {"zip_code": "10010"} ``` ## Example Resposne: ``` { "rate_Special": { "text": "2.875% (Special)", "value": "0.02875" }, "rate_County": { "text": "0.25% (County)", "value": "0.00250" }, "rate_State": { "text": "6% (State)", "value": "0.06000" }, "rate_City": { "text": "0.25% (City)", "value": "0.00250" }, "combined": { "text": "9.375% (Combined)", "value": "0.09375" }…
US Sales Tax Rate By Zipcode endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
salestax_rate / |
Returns detailed sales tax data given the zip_code. Request Body: ``` { "zip_code": "10010" } ``` Output: ``` { "combined": { // total taxes "text": "8.875% (Combined)", "value":… |
US Sales Tax Rate By Zipcode pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $14.99 / month | 30 / minute |
|
| ULTRA Recommended | $99.99 / month | 1 / second |
|
| MEGA | $199.99 / month | 3 / second |
|