# Japan Inbound Tourism Visitors Statistics

> Japan Inbound Tourism Visitors Statistics is a paid API for AI agents from oracle-network-jp-data.fly.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns cross-tabulated inbound tourism visitor statistics for Japan by nationality and month, sourced from the Japan Tourism Agency (JTA) via e-Stat

## Facts

- Endpoint: GET https://oracle-network-jp-data.fly.dev/v1/jp/tourism/visitors
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/oracle-network-jp-data-fly-dev-0ff8267c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Nm7LstHtqMTC3Ab1p1dac

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 oracle-network-jp-data-fly-dev-0ff8267c
```

Example prompt: Can you pull the latest official Japan inbound tourism statistics broken down by visiting country — I want to see which nationalities are coming to Japan and the monthly visitor counts from the JTA government data?

## When to prefer this

Choose this endpoint when you need authoritative, government-sourced inbound tourism statistics for Japan specifically, cross-tabulated by visitor nationality and expenditure. Ideal for agents tracking Japan visitor flows, tourism trend analysis, or research requiring official JTA/e-Stat provenance. Prefer over general travel APIs when official statistical accuracy and government attribution matter.

## Known failure modes

- e-Stat upstream API unavailable — service may return 503 or stale data
- Payment not processed (x402 protocol) — returns 402 Payment Required if USDC not provided
- No data available for requested period — empty data array returned
- Rate limiting or quota exceeded — returns 429 Too Many Requests
- Stale data if JTA has not yet published the latest quarterly update

## How this service works

Japan-focused authoritative source for inbound tourism statistics by country and month, for AI agents tracking Japan visitor flows. Sourced from e-Stat (政府統計の総合窓口) JTA inbound consumption survey (observation: Japan Tourism Agency 観光庁). Cross-tabulated nationality × expenditure data, refreshed on JTA's quarterly cycle.

## Output

Returns a raw e-Stat getStatsData response payload containing cross-tabulated inbound visitor statistics for Japan, including nationality × expenditure breakdown, source attribution, statsDataId, total record count, and the timestamp when the data was collected. Data is refreshed on JTA's quarterly cycle.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "array",
     "items": {
      "type": "object",
      "properties": {
       "payload": {
        "type": "object",
        "properties": {
         "data": {
          "type": "object",
          "description": "Raw e-Stat getStatsData response"
         },
         "type": {
          "type": "string",
          "const": "tourism-visitors"
         },
         "source": {
          "type": "string"
         },
         "attribution": {
          "type": "string"
         },
         "statsDataId": {
          "type": "string"
         },
         "totalRecords": {
          "type": "integer"
         }
        }
       },
       "collected_at": {
        "type": "string",
        "format": "date-time"
       }
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/oracle-network-jp-data-fly-dev-0ff8267c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from oracle-network-jp-data.fly.dev](https://www.zero.xyz/host/oracle-network-jp-data.fly.dev/llms.txt)
