# Football Pulse Live Scores

> Football Pulse Live Scores is a paid API for AI agents from football-pulse-x402-production.up.railway.app, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns all soccer matches currently in progress worldwide with live scores, match minute, teams, league, and venue

## Facts

- Endpoint: GET https://football-pulse-x402-production.up.railway.app/v1/football/live
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/football-pulse-live-scores-ed9d5149
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TDmi6J1Zqbu93n-0A921Y

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 football-pulse-live-scores-ed9d5149
```

Example prompt: What football matches are being played right now? Give me all the live scores, which minute they're in, and which leagues they're from.

## When to prefer this

Use this endpoint when you need a real-time snapshot of all in-progress soccer matches globally. Prefer this over fixtures/results endpoints when the user explicitly asks what is happening right now rather than historical results or upcoming schedules. At $0.005 per call it is cost-effective for frequent polling to monitor live match state.

## Known failure modes

- No live matches currently in progress — returns empty list during off-peak hours or international break
- Service unavailable on Railway deployment — 502 or 503 error
- Payment rejected — insufficient USDC balance or x402 payment failure
- Rate limiting if called too frequently

## How this service works

All soccer matches being played RIGHT NOW worldwide: current score, match minute, teams, league and venue — Premier League, LaLiga, Serie A, Bundesliga, Champions League, MLS and more. 30-second freshness. The cheapest way for bots and agents to answer 'what football is on right now?'.

## Output

A list of all currently in-progress soccer matches worldwide, each with current score, elapsed match minute, home and away team names, league name, and venue. Data is refreshed every 30 seconds and covers major leagues including Premier League, LaLiga, Serie A, Bundesliga, Champions League, MLS, and more.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/football-pulse-live-scores-ed9d5149/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from football-pulse-x402-production.up.railway.app](https://www.zero.xyz/host/football-pulse-x402-production.up.railway.app/llms.txt)
