# GlobalAPI EU Unemployment Rate

> GlobalAPI EU Unemployment Rate is a paid API for AI agents from globalapi.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns live EU unemployment rate and related economic indicators for European Union countries

## Facts

- Endpoint: GET https://globalapi.dev/eu/unemployment
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalapi-eu-unemployment-rate-8e1a2763
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FVnw_6PsYnZT23-2Yp1Z7

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 globalapi-eu-unemployment-rate-8e1a2763
```

Example prompt: What is the current EU unemployment rate? Fetch the latest figure from GlobalAPI's European economic data.

## When to prefer this

Use this endpoint when you need live, pay-per-call EU unemployment data without a subscription or API key setup. Ideal for agents that need occasional or one-off economic indicator lookups without committing to a monthly plan. Prefer over Bloomberg or Eurostat direct integrations when simplicity and micro-payment billing via USDC are priorities.

## Known failure modes

- Payment not included or insufficient USDC — returns HTTP 402 Payment Required
- Invalid or malformed query parameters — returns 400 Bad Request
- Data temporarily unavailable or upstream source lag — returns 503 or stale data warning
- Rate limiting if payment not properly attached — returns 429
- Network timeout if provider is unreachable

## How this service works

GlobalAPI x402 provides machine-ready access to live economic indicators, company registries, and sanctions screening. $0.002–$0.10 USDC per call. No subscriptions. No API keys.

## Output

Returns current EU unemployment rate data, likely including the percentage rate, relevant time period or date, and possibly country-level breakdowns or historical context — delivered as machine-readable JSON for direct consumption by agents or applications.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalapi-eu-unemployment-rate-8e1a2763/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from globalapi.dev](https://www.zero.xyz/host/globalapi.dev/llms.txt)
