# EU GDP Data (Eurostat)

> EU GDP Data (Eurostat) is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns seasonally-adjusted GDP data for the European Union and its member states, sourced from Eurostat.

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/eu-gdp
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/eu-gdp-data-eurostat-3b66701b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zeF6sk3rpsRPhCVZv92xm

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 eu-gdp-data-eurostat-3b66701b
```

Example prompt: Can you pull the latest seasonally-adjusted GDP data for EU member states from Eurostat?

## When to prefer this

Choose this endpoint when you need official, seasonally-adjusted EU GDP statistics sourced directly from Eurostat, especially for eurozone or EU-wide economic analysis. Prefer this over general macroeconomic APIs when Eurostat provenance and EU member-state coverage are specifically required.

## Known failure modes

- Eurostat data unavailable or delayed upstream
- No query parameters supported beyond basic GET
- Missing country-level granularity if not in Eurostat source
- HTTP 402 if payment not completed
- HTTP 500 if upstream Eurostat API is down

## How this service works

欧盟GDP — Eurostat 欧盟及成员国GDP数据，季节性调整。

## Output

Returns seasonally-adjusted GDP data for the EU and its member states as provided by Eurostat, likely including figures by country and/or aggregate EU/eurozone totals across time periods.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "label": "Gross domestic product (GDP) and main components (output, expenditure and income) - quarterly data",
   "sample": {
    "obs_0": {
     "key": "10",
     "value": 1087616
    },
    "obs_1": {
     "key": "11",
     "value": 1092383
    },
    "obs_2": {
     "key": "12",
     "value": 1099243
    },
    "obs_3": {
     "key": "13",
     "value": 1110167
    },
    "obs_4": {
     "key": "14",
     "value": 1121547
    },
    "obs_5": {
     "key": "15",
     "value": 1129281
    },
    "obs_6": {
     "key": "16",
     "value": 1137192
    },
    "obs_7": {
     "key": "17",
     "value": 1149224
    },
    "obs_8": {
     "key": "18",
     "value": 1159773
    },
    "obs_9": {
     "key": "19",
     "value": 1171821
    },
    "obs_10": {
     "key": "0",
     "value": 4450215.1
    },
    "obs_11": {
     "key": "1",
     "value": 4483028.5
    },
    "obs_12": {
     "key": "2",
     "value": 4532082.9
    },
    "obs_13": {
     "key": "3",
     "value": 4578342.2
    },
    "obs_14": {
     "key": "4",
     "value": 4640690.7
    },
    "obs_15": {
     "key": "5",
     "value": 4674760.6
    },
    "obs_16": {
     "key": "6",
     "value": 4716297.2
    },
    "obs_17": {
     "key": "7",
     "value": 4776884.4
    },
    "obs_18": {
     "key": "8",
     "value": 4802849.5
    },
    "obs_19": {
     "key": "20",
     "value": 728517.4
    }
   },
   "dataset": "namq_10_gdp",
   "updated": "2026-08-04T23:00:00+0200",
   "dimensions": {
    "geo": [
     "EU27_2020",
     "EU27_2020"
    ],
    "freq": [
     "Q"
    ],
    "time": [
     "2024-Q1",
     "2024-Q1"
    ],
    "unit": [
     "CP_MEUR"
    ],
    "s_adj": [
     "SCA"
    ],
    "na_item": [
     "B1GQ"
    ]
   }
  },
  "source": "eurostat",
  "data_type": "经济指标",
  "collected_at": "2026-08-09T18:11:55Z"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/eu-gdp-data-eurostat-3b66701b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
