# asiaref - Asian Government Reference Data (All Series, All Countries)

> asiaref - Asian Government Reference Data (All Series, All Countries) is a paid API for AI agents from asiaref.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns a snapshot of every government reference data series across all Asian countries in a single call

## Facts

- Endpoint: GET https://asiaref.dev/v1/all
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/asiaref-asian-government-reference-data-all-series-all-countries-c42cf23a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k4BNA-wrlSU2LzKws9f0L

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 asiaref-asian-government-reference-data-all-series-all-countries-c42cf23a
```

Example prompt: Can you pull the full asiaref snapshot — every government reference data series for all Asian countries — including VAT rates, minimum wages, and public holidays, with their effective dates and whether any are marked stale?

## When to prefer this

Use this endpoint when you need a comprehensive, single-call bulk snapshot of all Asian government reference data — tax rates, minimum wages, public holidays, and other statutory series — across every covered country simultaneously. Prefer this over per-country or per-series endpoints when you need to compare across multiple countries or bootstrap a local cache of all available data.

## Known failure modes

- Payment required (402): x402 micropayment of $0.02 USDC was not provided or was invalid
- Network timeout if the full dataset is large
- Stale flag set to true on individual series if the source has not been re-verified within the expected update cycle
- Partial data if upstream government sources are temporarily unavailable

## How this service works

Snapshot of every series, all countries

## Output

A list of country objects (ISO 3166-1 alpha-2 codes), each containing an array of series entries. Each series entry includes: the series name, current value (numeric rate/wage or array of dated holiday entries), effective_from date, last_confirmed date, a stale boolean flag, source name and URL, optional unit, optional notes, optional rate component breakdown, and optional effective_rate where stacked levies apply.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": [
  {
   "series": [
    {
     "unit": "percent",
     "notes": "MPC voted unanimously on 2025-12-05 to cut the repo rate 25bp to 5.25% with immediate effect, retaining a neutral stance. Rate corridor: Standing Deposit Facility 5.00%, Marginal Standing Facility and Bank Rate 5.50%. Held at 5.25% through the February 4-6, April 6-8 and June 3-5, 2026 MPC meetings (June 5, 2026 statement: unchanged, neutral stance; FY27 CPI projection raised to 5.1%). rbi.org.in homepage rate ticker confirmed 5.25% 'as at 1.00pm of July 20, 2026'. Next scheduled review: August 2026.",
     "stale": false,
     "value": 5.25,
     "series": "policy-rate",
     "source": {
      "url": "https://www.rbi.org.in/Scripts/BS_PressReleaseDisplay.aspx?prid=61749",
      "name": "Reserve Bank of India, Monetary Policy Statement 2025-26 — Resolution of the Monetary Policy Committee (58th meeting, December 3-5, 2025), press release of 5 December 2025"
     },
     "country": "IN",
     "disclaimer": "Independent service, not affiliated with any government. Verify against the cited official source before legal or financial use.",
     "effective_from": "2025-12-05",
     "last_confirmed": "2026-07-20"
    }
   ],
   "country": "IN"
  }
 ]
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/asiaref-asian-government-reference-data-all-series-all-countries-c42cf23a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from asiaref.dev](https://www.zero.xyz/host/asiaref.dev/llms.txt)
