# VAT/GST Rate Lookup by Country

> VAT/GST Rate Lookup by Country is a paid API for AI agents from apiwitchcraft.duckdns.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Returns VAT/GST tax rates for a given country to support tax compliance workflows.

## Facts

- Endpoint: GET https://apiwitchcraft.duckdns.org/vat/:country
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vat-gst-rate-lookup-by-country-f83a71e1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__YWmzC87MW1OmEkAsaMnI

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 vat-gst-rate-lookup-by-country-f83a71e1
```

Example prompt: What is the VAT rate for Germany? I need to apply the correct tax rate for a customer invoice.

## When to prefer this

Use this endpoint when you need to programmatically look up VAT or GST rates for a specific country for tax compliance, invoicing, or e-commerce checkout — especially in an x402 micropayment-enabled agent pipeline where per-call billing is acceptable.

## Known failure modes

- Invalid or unrecognized country code/name returns an error or empty result
- Country not in dataset returns no rate data
- Malformed path parameter causes a 400 or 404 response
- Service unavailable or payment not processed causes a 402 or 5xx error

## How this service works

Validate any EU VAT number against the official VIES registry and resolve the registered business name and address in one x402 call. Covers all 27 EU member states for VAT compliance, B2B invoice validation, and tax-ID verification in agentic finance workflows. Pay per check in USDC on Base, no API key, instant JSON.

## Output

Returns the VAT or GST rate (and potentially reduced/zero rates) applicable to the specified country, enabling correct tax calculation and compliance.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vat-gst-rate-lookup-by-country-f83a71e1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apiwitchcraft.duckdns.org](https://www.zero.xyz/host/apiwitchcraft.duckdns.org/llms.txt)
