# BlackBobs.ai SportsScore1 API

> BlackBobs.ai SportsScore1 API is a paid API for AI agents from blackbobs-ai.vercel.app, paid per call via x402, $0.198325/call, status unknown (last checked 2026-09-14).

Retrieves live or recent sports scores and match data via a pay-per-call API on Base chain

## Facts

- Endpoint: POST https://blackbobs-ai.vercel.app/api/sportscore1
- Price: $0.198325/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/blackbobs-ai-sportsscore1-api-6b2b5488
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WqX6ETtvsSygTqGTDV7Ej

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 blackbobs-ai-sportsscore1-api-6b2b5488 -d '<json body>'
```

Example prompt: Can you pull the latest sports scores from the SportsScore1 API right now — I want to see how today's games are going?

## When to prefer this

Choose this endpoint when you need pay-per-call sports score data without a subscription, particularly when integrating with Base chain x402 payment flows. Suitable for agents that need on-demand sports results without committing to a recurring API plan.

## Known failure modes

- Missing or malformed query parameters returns an error or empty result
- Unknown sport type or match ID returns no data
- Payment failure on Base chain prevents API access
- Stale or unavailable upstream sports data may return outdated scores
- Rate limiting or quota exhaustion may block repeated calls

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object containing sports score data, match outcomes, and related game information for the queried sport or event.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/blackbobs-ai-sportsscore1-api-6b2b5488/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from blackbobs-ai.vercel.app](https://www.zero.xyz/host/blackbobs-ai.vercel.app/llms.txt)
