Daily digest and market analysis report of the Japanese game industry: original English-la
Daily digest and market analysis report of the Japanese game industry: original English-language analysis and news summaries curated from Japanese-only sources, with a link to every original article. Updated once per day. No API keys, no sign-up — pay per call in USDC on Base via x402.
20000 (raw units)
price
4
calls / 30d
4
unique payers
2026-09-12
updated
Provider
x402-watcher-api-main.jpgame-intel.workers.dev · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x71af31F146F86Cae2ada3ea0d958a733493242Be",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {},
"type": "http"
},
"output": {
"example": {
"data_updated_at": "2026-07-03T16:56:02+09:00",
"date": "2026-07-03",
"market": "JP game market",
"next_update_at": "2026-07-04T14:30:00+09:00",
"summary_en": "Daily English digest of Japan's game-market news cycle...",
"topics": [
{
"category": "collab",
"published_at": "2026-07-02",
"source_domain": "famitsu.com",
"source_url": "https://www.famitsu.com/article/202607/80189",
"summary_en": "A limited menu set sold out roughly six hours after launch...",
"title_en": "Dragon Quest Walk's first Yoshinoya tie-up sells out on day one"
}
],
"update_frequency": "daily"
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://x402-watcher-api-main.jpgame-intel.workers.dev/latest" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://x402-watcher-api-main.jpgame-intel.workers.dev/latest");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://x402-watcher-api-main.jpgame-intel.workers.dev/latest")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/6548.json, and this resource appears in /discovery/resources and /discovery/search.