U.S.A Sales Taxes per Zip Code

פרמיום
על ידי Backend Dev | מְעוּדכָּן hace 14 días | Commerce
פּוֹפּוּלָרִיוּת

9.3 / 10

חֶבִיוֹן

190ms

רמת שירות

100%

Health Check

100%

עוקבים: 5
אֶמְצָעִי:
תנאי שימוש
יוצר API:
Rapid account: Backend Dev
Backend Dev
perodriguezl
היכנס כדי לדרג את ה- API
דירוג: 4.5 - הצבעות: 2

תקרא אותי

This API is intended to be used as your perfect utility to grab sales taxes per zip code wherever you want.

For starters make this call:

curl --request GET \
	--url https://u-s-a-sales-taxes-per-zip-code.p.rapidapi.com/33166 \
	--header 'X-RapidAPI-Host: u-s-a-sales-taxes-per-zip-code.p.rapidapi.com' \
	--header 'X-RapidAPI-Key: RAPIDAPIKEY'

This would get you a reply like the following:

{
  "state": "FL",
  "state_rate": 0.06,
  "estimated_combined_rate": 0.07,
  "estimated_county_rate": 0.01,
  "estimated_city_rate": 0,
  "estimated_special_rate": 0,
  "risk_level": 6
}