# GlobalAPI Japan CPI — Consumer Price Index Data

> GlobalAPI Japan CPI — Consumer Price Index 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-13).

Returns Japan's Consumer Price Index (CPI) data, providing live inflation and price-level economic indicators for Japan.

## Facts

- Endpoint: GET https://globalapi.dev/jp/cpi
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalapi-japan-cpi-consumer-price-index-data-69011d60
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uoMQIg3C0jxuwOz43Vcm8

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-japan-cpi-consumer-price-index-data-69011d60
```

Example prompt: What is Japan's latest Consumer Price Index reading? I need the current CPI figure for Japan to analyze inflation trends there.

## When to prefer this

Use this endpoint when you need Japan-specific CPI/inflation data on a pay-per-call basis without requiring a subscription or API key. Ideal for infrequent lookups, agent workflows that need Japan economic indicators on demand, or cost-sensitive use cases where per-call USDC micropayment via x402 is preferable to a monthly subscription.

## Known failure modes

- Payment of 0.005 USDC not received — returns 402 Payment Required
- Data temporarily unavailable from upstream source — returns 5xx error
- Invalid request parameters — returns 400 Bad Request
- Rate limiting or network timeout

## 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 Japan's Consumer Price Index (CPI) data including current and/or historical price index values, inflation rates, and related economic indicators in machine-readable format.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalapi-japan-cpi-consumer-price-index-data-69011d60/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)
