# Yahoo Japan Sports News RSS Feed (Japanese)

> Yahoo Japan Sports News RSS Feed (Japanese) is a paid API for AI agents from oracle-network-niche-sports.fly.dev, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns the latest Japanese-language sports news items from Yahoo! Japan Sports RSS feed, covering baseball, soccer, and more, refreshed every 6 hours.

## Facts

- Endpoint: GET https://oracle-network-niche-sports.fly.dev/v1/sports/jp-general/latest
- 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-niche-sports-fly-dev-de4e7df6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_r_7Dly7_amG8z14vOwpB0

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-niche-sports-fly-dev-de4e7df6
```

Example prompt: Can you pull the latest sports news from Yahoo Japan's general sports feed? I want to see what's going on in Japanese baseball and soccer right now.

## When to prefer this

Choose this endpoint when you specifically need Japanese-language sports news from Yahoo! Japan Sports, particularly for baseball and soccer. Prefer this over generic news APIs when the Japanese-language audience or Japanese sports market context is important. Best for monitoring Japanese sports news on a near-real-time basis (6-hour cadence).

## Known failure modes

- Stale data if feed has not been refreshed within 6-hour window
- Empty items array if Yahoo Japan RSS source is temporarily unavailable
- Payment required error (402) if USDC payment is not included or insufficient
- Upstream RSS feed outage returning partial or no results
- Non-Japanese readers may struggle with Japanese-language content in response

## How this service works

Latest Japanese sports news RSS feed (Yahoo! Japan Sports category). Includes baseball, soccer, and other sports. Japanese-language. Refreshed every 6 hours.

## Output

An array of RSS news items from Yahoo! Japan Sports, each including a payload with type 'rss' and a list of articles (titles, URLs, descriptions, publication dates), along with a collected_at timestamp indicating when the feed was last fetched (refreshed every 6 hours).

## 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": {
         "type": {
          "type": "string",
          "const": "rss"
         },
         "items": {
          "type": "array"
         }
        }
       },
       "collected_at": {
        "type": "string",
        "format": "date-time"
       }
      }
     }
    }
   }
  }
 }
}
```

## More

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