There are 2 end points. Both endpoints receive GET requests.
https://api.zip2tax.com/TaxRate-USA.xml for xml format of response
https://api.zip2tax.com/TaxRate-USA.json for json format of response
Programming Note
Consider when using the API response, it should be read using the field names and not the relative position. This will avoid problems to your program if we add additional fields as the service improves and grows.
We will never remove a field name to ensure constant success of legacy coding.