U.S.A Sales Taxes per Zip Code

फ्रीमियम
Verified
द्वारा Backend Dev | अपडेट किया गया 14 giorni fa | 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
}