API Reference
- Get All US Tax Rates
To get a list of all US Tax rates you will need to send a GET request to the following end point
https://api.taxratesapi.com/rates
The results are displayed 100 at a time. You can always query a specific page of results by passing the
?page=1
query parameter.- Get A Single Tax Rate by Zip Code
To get a specific tax rate for a zip code you will need to send a GET request to the following end point
https://api.taxratesapi.com/rates/:zip
replacing :zip with the zip code you are querying.