# INE Statistical Series Lookup

> INE Statistical Series Lookup is a paid API for AI agents from api.beyourspace.es, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-18).

Returns the latest published data point for a Spanish National Statistics Institute (INE) series, including period, unit, and required source attribution.

## Facts

- Endpoint: POST https://api.beyourspace.es/v1/indicador-ine
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ine-statistical-series-lookup-0e388dc2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mTJesHi-GdEuUI6RsBWut

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 ine-statistical-series-lookup-0e388dc2 -d '<json body>'
```

Example prompt: What's the latest CPI (IPC) value published by Spain's INE? Look up the series IPC251856 and give me the figure, its period, and the unit.

## When to prefer this

Use this endpoint when you need the single most recently published official Spanish statistical indicator from INE (CPI, unemployment, population, etc.) with proper period metadata and source attribution, and you know the specific INE series code. Prefer it over web scraping INE directly or using Eurostat (which covers EU-wide data) when the requirement is specifically Spanish national statistics with citation-ready attribution.

## Known failure modes

- Invalid or unrecognized serie code returns an error or empty result
- Series temporarily unavailable due to INE source downtime
- Stale data if INE has not yet published the latest period
- Missing attribution field if series metadata is incomplete
- Payment failure (402) if x402 micropayment is not correctly handled

## How this service works

Endpoints de pago por uso para extraer datos de texto, leer páginas públicas y transformar CSV en JSON normalizado. Sin cuentas ni permanencia, con esquemas documentados y ejemplos ejecutables.

## Output

A JSON object containing the latest published value for the requested INE series, including the specific time period it covers, the measurement unit (e.g. percentage, thousands), and the required source attribution text as mandated by INE.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ine-statistical-series-lookup-0e388dc2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.beyourspace.es](https://www.zero.xyz/host/api.beyourspace.es/llms.txt)
