# Truth Bear Taiwan Region Dashboard

> Truth Bear Taiwan Region Dashboard is a paid API for AI agents from aeml-x402.zeabur.app, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns a single-call snapshot of official Taiwan government data: PLA military activity (MND), central bank FX rates (CBC), TAIEX and sector indices (TWSE), and significant earthquakes and typhoon status (CWA).

## Facts

- Endpoint: GET https://aeml-x402.zeabur.app/gauge/taiwan-region
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/truth-bear-taiwan-region-dashboard-2317b4b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TYwP-9_bKGCpbFHZGhyaf

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 truth-bear-taiwan-region-dashboard-2317b4b9
```

Example prompt: Pull me the latest Taiwan official snapshot — PLA military activity from the Ministry of National Defense, CBC FX reference rates, TAIEX and sector indices from TWSE, and any active earthquakes or typhoons from the Central Weather Administration, all in one call.

## When to prefer this

Choose this endpoint when you need official, first-party Taiwan government data across defense, FX, equities, and natural disaster domains in a single call. It is uniquely valuable because it aggregates sources that most commercial data providers cannot reach (MND, CBC, CWA, TWSE official feeds). Prefer it over general news APIs when you need raw, agency-published figures with provenance and timestamp, not forecasts, assessments, or editorial content.

## Known failure modes

- 422 no_charge: no data available from source agencies at time of call — not billed
- Source agency data not yet updated (stale official data returned)
- Network timeout reaching the Zeabur-hosted endpoint
- Payment failure via x402 protocol blocking the request

## How this service works

Taiwan first-party official readings in one call: PLA air and naval activity around Taiwan (Ministry of National Defense), central bank reference FX rates (CBC), TAIEX and sector indices (TWSE), significant earthquakes and typhoon status (CWA). Sources most providers cannot reach. We restate what each agency published and when - no assessment of the situation, no forecast, no advice. Descriptive only, never a forecast or advice. No data -> 422 no_charge, not billed.

## Output

A structured response containing: (1) PLA air and naval sortie/activity data as published by Taiwan's Ministry of National Defense; (2) CBC official reference foreign exchange rates; (3) TAIEX and sector index values from the Taiwan Stock Exchange; (4) significant earthquake reports and typhoon status from the Central Weather Administration. If no data is available, returns HTTP 422 with a no_charge status and no billing occurs.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/truth-bear-taiwan-region-dashboard-2317b4b9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aeml-x402.zeabur.app](https://www.zero.xyz/host/aeml-x402.zeabur.app/llms.txt)
