# GlobalAPI Japan GDP Data

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

Returns live GDP economic indicator data for Japan via a pay-per-call x402 micropayment model

## Facts

- Endpoint: GET https://globalapi.dev/jp/gdp
- Price: $0.005/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalapi-japan-gdp-data-7ae8da8e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ja2jcQDWq-ODI6vKzy5ox

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-gdp-data-7ae8da8e
```

Example prompt: Can you pull the current GDP data for Japan? I need the live figure for a macroeconomic report I'm putting together.

## When to prefer this

Use this endpoint when you need live, on-demand Japan GDP data without committing to a subscription. Ideal for agents that infrequently need macroeconomic data and want to pay only per call in USDC via x402. Prefer this over subscriptions when usage is sporadic or budget is usage-based.

## Known failure modes

- Payment not provided or insufficient USDC — returns HTTP 402 Payment Required
- Invalid or missing query properties — returns 400 Bad Request
- Data temporarily unavailable for Japan GDP — returns 503 or empty response
- Network timeout if upstream economic data source is slow

## 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 GDP economic indicator data for Japan, likely including the GDP value, unit, time period, and associated metadata such as growth rate or year-over-year comparison. Response is machine-readable and delivered after a $0.005 USDC x402 micropayment.

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