# TaxPulse VAT/GST Global Rates & Thresholds Lookup

> TaxPulse VAT/GST Global Rates & Thresholds Lookup is a paid API for AI agents from taxpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns worldwide VAT/GST rates, registration thresholds, digital-services tax rules, and OSS/IOSS compliance data by country and sector

## Facts

- Endpoint: GET https://taxpulse.theaslangroupllc.com/api/tax/vat
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/taxpulse-vat-gst-global-rates-thresholds-lookup-d700e14d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4DcS3qiG9gF_eacJ7WoXQ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability taxpulse-vat-gst-global-rates-thresholds-lookup-d700e14d
```

Example prompt: What's the VAT rate and registration threshold for digital services in Germany, and does it have any OSS or digital services tax obligations I should know about as a SaaS business?

## When to prefer this

Choose this endpoint when you need machine-readable VAT, GST, or indirect tax rate data across global jurisdictions — particularly for SaaS, digital services, or e-commerce use cases involving cross-border compliance, OSS/IOSS eligibility checks, or registration threshold decisions. Prefer this over income-tax or crypto-tax endpoints on the same platform, which cover different tax categories.

## Known failure modes

- Unsupported or unrecognized country code returns an error or empty result
- Missing required jurisdiction parameter causes a 400 bad request
- Rate data may be outdated if the jurisdiction recently changed its tax law
- Digital services tax coverage may be incomplete for emerging jurisdictions
- Network timeout for slow responses returns a 503 or connection error
- Payment not processed (x402 flow failure) blocks access to results

## How this service works

VAT/GST rates, sales tax, VAT registration thresholds, digital-services tax, OSS/IOSS compliance by country. Worldwide guide returning indirect-tax rates and thresholds across global jurisdictions for any sector or business type. Tax intelligence, not advice.

## Output

Returns structured indirect-tax data for the requested country or jurisdictions, including standard VAT/GST rates, reduced rates, registration thresholds for local and foreign businesses, digital services tax rates where applicable, and OSS/IOSS compliance rules — framed as tax intelligence rather than legal advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "sector": {
   "type": "string",
   "description": "digital_services | SaaS | ecommerce | physical_goods | professional_services"
  },
  "country": {
   "type": "string",
   "description": "country"
  },
  "business_type": {
   "type": "string",
   "description": "marketplace | direct_seller | subscription | agency"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/taxpulse-vat-gst-global-rates-thresholds-lookup-d700e14d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from taxpulse.theaslangroupllc.com](https://www.zero.xyz/host/taxpulse.theaslangroupllc.com/llms.txt)
