# Taxrates.io API **Provider:** Taxrates.io **Category:** developer **Base URL:** `https://api.taxrates.io/api` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.taxrates.io/api ## Description
Taxrates.io is a global tax rate service that automates the management of monitoring tax rates changes in 181 countries. We monitor over 14,000 US sales tax, VAT, GST rates for you and make updates via our API so you always have the most update tax rates.
You can use ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.taxrates.io/api/v1/tax/countrycode` | Tax rates by Country Code | | GET | `https://api.taxrates.io/api/v1/tax/ip` | Tax rates by IP address | | GET | `https://api.taxrates.io/api/v3/tax/rates` | All tax rates | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.taxrates.io/api/v1/tax/countrycode' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/taxrates-io/) — CC BY 4.0*