https://github.com/jpmurray/canada-sale-tax-api
API to retrieve canadian federal and provincial tax rates. Documentation and endpoints on the website:
https://github.com/jpmurray/canada-sale-tax-api
api canada gst hst pst tax-rate tax-rates taxes
Last synced: 4 days ago
JSON representation
API to retrieve canadian federal and provincial tax rates. Documentation and endpoints on the website:
- Host: GitHub
- URL: https://github.com/jpmurray/canada-sale-tax-api
- Owner: jpmurray
- Created: 2016-10-24T20:23:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T15:52:44.000Z (about 1 month ago)
- Last Synced: 2025-03-31T23:36:57.810Z (23 days ago)
- Topics: api, canada, gst, hst, pst, tax-rate, tax-rates, taxes
- Language: PHP
- Homepage: http://salestaxapi.ca
- Size: 877 KB
- Stars: 24
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Canada's Sales Taxes API
Here's an API to get Canadian sales tax information. Simple as that.
The API is now at `v3`.
## Deprecation
With the availability of `v3`, the following will be deprecated:
Version 1 of the API will be deprecated on July 1st, 2025.
Version 2 of the API will be deprecated on December 1st, 2025.
## Documentation
- [v3 of the API](http://salestaxapi.ca/)
- [v2 of the API](http://salestaxapi.ca/index-v2.html)
- [v1 of the API](http://salestaxapi.ca/index-v1.html)### Rate Limit
API usage is currently rate limited to 60 hits per minute. The rate limit is subject to change upon API popularity.
### Contributing
If you see any discrepancies in actual data, missing future rates, or want to contribute historical rates, please open an issue on the GitHub repository with the data and we'll include it in the API.
Otherwise, you know the drill: report bugs in issues, suggest features in issues, and if you can, submit pull requests!
## License
[MIT license](http://opensource.org/licenses/MIT).