GET /v1/meta/supported
GET /v1/meta/supported
List supported countries, product categories, and the current tax rules version.
Request
GET https://global-pricing-tax-estimator-api-fx-vat-gst-sales-tax.p.rapidapi.com/v1/meta/supported
Example Response
{
"countries": [
"US",
"GB",
"DE",
"FR",
"ES",
"IT",
"NL",
"SE",
"PL",
"CA",
"AU",
"JP",
"KR",
"SG",
"MX",
"BR",
"IN",
"CN",
"BE",
"CH"
],
"productCategories": [
"digital_service",
"software_subscription",
"ebook",
"physical_goods_general",
"clothing",
"food_grocery"
],
"rulesVersion": "2025-11-28"
}
Use this to:
- Populate dropdowns dynamically.
- Confirm whether a target market is covered.
- Log which version of rules your system is using.