# lookups.nl VAT Rate Lookup

> lookups.nl VAT Rate Lookup is a paid API for AI agents from lookups.nl, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns current EU VAT rates (standard, reduced, super-reduced, and parking) for a given EU member state from a hand-verified European Commission dataset.

## Facts

- Endpoint: GET https://lookups.nl/vat-rate/:country
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lookups-nl-vat-rate-lookup-25f60824
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_f9ZZjdKT5uWqvTPIZrSnH

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 lookups-nl-vat-rate-lookup-25f60824
```

Example prompt: What are the current VAT rates for Germany — standard, reduced, super-reduced, and parking rates?

## When to prefer this

Use this endpoint when you need accurate, structured EU VAT rate data for a specific member state, especially for compliance, invoicing, or pricing workflows. Prefer this over scraping the European Commission website directly, as data is hand-verified and served as a clean, machine-readable API response.

## Known failure modes

- Country code not found or not an EU member state — returns 404 or error
- Non-EU country supplied — endpoint only covers EU member states
- Stale data if European Commission updates rates before hand-verified table is refreshed

## How this service works

Current VAT rates for an EU member state: standard, reduced, super-reduced and parking rates, from a hand-verified table of European Commission rate data.

## Output

Returns the current VAT rates for the requested EU member state, including the standard rate, reduced rate(s), super-reduced rate (if applicable), and parking rate (if applicable), sourced from a hand-verified table of European Commission data.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lookups-nl-vat-rate-lookup-25f60824/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lookups.nl](https://www.zero.xyz/host/lookups.nl/llms.txt)
