# FootballPulse Corner & Cards Market Intelligence

> FootballPulse Corner & Cards Market Intelligence is a paid API for AI agents from footballpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns corner kick statistics, booking points, referee card rates, and over/under probabilities for football specialty betting markets.

## Facts

- Endpoint: GET https://footballpulse.theaslangroupllc.com/api/corner-cards
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/footballpulse-corner-cards-market-intelligence-dd8de21f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0ooXjM8gDv7b9YOIRZeXq

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 footballpulse-corner-cards-market-intelligence-dd8de21f
```

Example prompt: What are the corner and booking market stats for the Manchester City vs Arsenal match this Saturday — give me referee card rates, expected corners, and over/under probabilities so I can decide on specialty bets.

## When to prefer this

Use this endpoint when you need specialty market data specifically for corners and bookings — not for standard 1X2, BTTS, or Asian handicap markets. Ideal when a user wants to bet on corner totals, booking points totals, or wants referee-specific card tendencies before placing wagers.

## Known failure modes

- Match not found or fixture ID invalid — returns 404 or empty result
- Fixture too far in the future with insufficient data — reduced confidence or partial data
- Referee not yet assigned — card rate data may be absent
- League not covered — returns error or no data
- Payment not processed — 402 Payment Required

## How this service works

Corner and booking markets — corner stats, booking points, referee card rates and over/under probabilities. For football specialty-market betting agents.

## Output

Returns corner statistics, average corners per game for both teams, booking points data, referee historical card rates, and over/under probability estimates for corner and booking specialty betting markets for the requested fixture.

## 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": {
      "away": {
       "type": "string",
       "description": "required"
      },
      "home": {
       "type": "string",
       "description": "required"
      },
      "lang": {
       "type": "string",
       "description": "en | es | fr | de | pt | ja | zh | ko | ar (default: en)"
      },
      "referee": {
       "type": "string",
       "description": "optional"
      },
      "competition": {
       "type": "string",
       "description": "optional"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "match": {
   "away": "Chelsea",
   "home": "Arsenal",
   "competition": "Premier League"
  },
  "corners": {
   "away_avg_for": 5.2,
   "home_avg_for": 6.8,
   "corner_verdict": "Back over 9.5 corners — both teams average high corner counts",
   "combined_expected": 10.8,
   "over_9_5_probability": "62%"
  },
  "bookings": {
   "bookings_verdict": "Expect a card-heavy affair — referee averages 4.2 cards per game",
   "booking_points_expected": 32,
   "over_30_points_probability": "54%"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/footballpulse-corner-cards-market-intelligence-dd8de21f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from footballpulse.theaslangroupllc.com](https://www.zero.xyz/host/footballpulse.theaslangroupllc.com/llms.txt)
