# ESPN NBA News Feed

> ESPN NBA News Feed is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns the latest NBA headlines from ESPN including article title, description, publish date, and link

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/espn-nba-news
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/espn-nba-news-feed-4ce7ead9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x04HfqhUkTTWBo8kiqTAx

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 espn-nba-news-feed-4ce7ead9 -d '<json body>'
```

Example prompt: What are the latest NBA headlines from ESPN right now — give me the titles, a short description, and links to the articles?

## When to prefer this

Use this endpoint when you need a quick, no-parameter pull of current NBA news headlines from ESPN, especially in sports-focused agents or dashboards. Prefer this over scraping ESPN directly or using a general news API when you want structured NBA-specific content with publish dates and article links already parsed into JSON.

## Known failure modes

- ESPN feed temporarily unavailable — upstream error response
- Rate limit or payment failure — 402 response if USDC payment not processed
- Empty array returned if ESPN has no recent articles indexed
- Stale data if ESPN feed has not been refreshed recently

## How this service works

Latest NBA headlines with description, publish date and article link. No params. Returns JSON.

## Output

A JSON array of the latest NBA news items from ESPN, each containing the article headline, a brief description of the story, the publish date, and a URL link to the full article on ESPN.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/espn-nba-news-feed-4ce7ead9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
