# StatEdge ATS Historical Trends

> StatEdge ATS Historical Trends is a paid API for AI agents from stateedge.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns historical against-the-spread (ATS) records and trends for specific teams and situational contexts in sports betting

## Facts

- Endpoint: GET https://stateedge.theaslangroupllc.com/api/ats
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/statedge-ats-historical-trends-b4f15f0e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Qw3VKvhLbisBA2IQRMRQ2

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 statedge-ats-historical-trends-b4f15f0e
```

Example prompt: What's the Kansas City Chiefs' historical against-the-spread record when they're road favorites, and do they tend to cover in divisional matchups?

## When to prefer this

Use this endpoint when you need historical ATS trend data tied to specific situational filters (e.g., home/away, underdog/favorite, weather, rest days, divisional play) for a particular team. Prefer this over general game data endpoints when the goal is handicapping or identifying betting edges based on past spread performance. Best suited for pre-game betting research rather than live odds or real-time data.

## Known failure modes

- Team or situation not found — returns empty result or 404
- Invalid sport or team name parameter — returns 400 error
- Insufficient historical data for the specified situation — returns partial or null dataset
- Payment not processed (x402) — returns 402 Payment Required
- Rate limiting or server overload — returns 429 or 503

## How this service works

StatEdge ATS records — historical against-the-spread trends for specific situations and teams

## Output

A structured dataset containing historical ATS records for the queried team and situation, including win/loss/push totals, ATS percentage, and situational context breakdowns such as home/away splits, favorite/underdog splits, or other specified scenario filters.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "situation"
 ],
 "properties": {
  "sport": {
   "type": "string",
   "description": "sport"
  },
  "situation": {
   "type": "string",
   "description": "The situation to analyze (e.g. home-underdog, divisional, off-a-loss, primetime)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/statedge-ats-historical-trends-b4f15f0e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stateedge.theaslangroupllc.com](https://www.zero.xyz/host/stateedge.theaslangroupllc.com/llms.txt)
