# GlobalAPI EU GDP Data

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

Returns live EU GDP economic indicator data on a pay-per-call basis with no subscription or API key required

## Facts

- Endpoint: GET https://globalapi.dev/eu/gdp
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalapi-eu-gdp-data-1be91420
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Duz2l53qOrGkIKVpvctVN

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-gdp-data-1be91420
```

Example prompt: What's the current EU GDP? Pull the latest figure from GlobalAPI's EU GDP endpoint — I need the live economic indicator data for the European Union.

## When to prefer this

Choose this endpoint when you need real-time EU GDP data on a per-call basis without a subscription or API key, especially suitable for agents making infrequent or one-off economic data lookups and wanting to pay only for what they use in USDC via the x402 protocol.

## Known failure modes

- Payment not included or insufficient USDC amount — HTTP 402 returned
- Invalid query parameters — malformed request error
- EU GDP data temporarily unavailable — upstream data source error
- Network timeout for live data fetch

## 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 live EU GDP economic indicator data including current GDP figures and related economic metrics for the European Union, delivered as structured JSON, charged at $0.005 USDC per call via x402 protocol.

## 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-gdp-data-1be91420/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)
