# Shipp.ai Sports Live Data Feed (100 Events)

> Shipp.ai Sports Live Data Feed (100 Events) is a paid API for AI agents from platform.shipp.ai, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Retrieves up to 100 live sports events with natural language filtering across NBA, NFL, NCAAFB, MLB, and Soccer

## Facts

- Endpoint: POST https://platform.shipp.ai/api/v1/connections/inline/100
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/shipp-ai-sports-live-data-feed-100-events-719076f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nLMwUDZDwQIzKgLcVzm0k

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 shipp-ai-sports-live-data-feed-100-events-719076f8 -d '<json body>'
```

Example prompt: Show me the latest 100 live sports events from Shipp.ai, filtering for only NBA and NFL games that have started since yesterday at noon.

## When to prefer this

Use this endpoint when you need a bulk fetch of up to 100 live or recent sports events in a single call at a flat fee of $0.08. Prefer this over the single-event sibling endpoints when you need a broader dataset, pagination via event IDs, or want to filter across multiple leagues simultaneously using natural language instructions.

## Known failure modes

- Missing or malformed since timestamp returns events from default window
- Invalid since_event_id returns error or empty result set
- Overly restrictive filter_instructions yield zero matching events
- Payment not processed (x402) results in 402 response and no data
- Rate limit or quota exceeded returns error response

## How this service works

High-quality live data on Sports (NBA, NFL, NCAAFB, MLB, Soccer). Flat-fee endpoint that retrieves 100 events.

## Output

Returns a batch of up to 100 sports event records covering NBA, NFL, NCAAFB, MLB, and Soccer, optionally filtered by a start timestamp, a cursor event ID for pagination, and natural language filter instructions specifying league, team, or game conditions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "since": {
   "type": "string",
   "format": "date-time",
   "description": "Collect data since this timestamp (optional)"
  },
  "since_event_id": {
   "type": "string",
   "description": "Get events only after this ID, switches limit to asc mode. Filtered by since if event occurred before since (optional)"
  },
  "filter_instructions": {
   "type": "string",
   "description": "Natural language instructions describing what to filter for"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/shipp-ai-sports-live-data-feed-100-events-719076f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from platform.shipp.ai](https://www.zero.xyz/host/platform.shipp.ai/llms.txt)
