# NFL 2026 Scores Actions

> Chronological play-by-play timeline for individual NFL games in the 2026 NFL season

## At a glance

- **Publisher:** Txodds Com
- **Data source:** txodds.com
- **Category:** professional-football
- **Price:** 120 credits (about $60.00 per request, billed on a successful response)
- **Refresh:** Daily
- **Coverage:** North America
- **Type:** API endpoint (bulk pull)
- **URL:** https://marketplace.spartera.com/products/nfl-2026-scores-actions/de6eae66-4bbe-4a5d-905f-825151bfca0f

## Description

The NFL 2026 Scores Actions endpoint provides a structured, chronological play-by-play timeline for NFL games, built from the TXODDS Scores feed and designed to give consumers a clear record of what happened throughout each fixture. Coverage is available for the 2026 NFL season. Each game is represented as an ordered sequence of events, starting with relevant pre-game context and continuing through every significant in-game action to the end of the fixture.

The dataset includes events such as weather, coin toss, team direction, kickoffs, drives, passes, rushes, play outcomes, touchdowns, field goals, penalties, timeouts, fumbles, injuries, punts, possession changes, conversions, safeties and overtime events. Each row includes the fixture, scheduled start time, event category, game clock, period, human-readable event summary and the running score at that point in the game.

Running scores reflect scoring actions including touchdowns, field goals, safeties and one- and two-point conversions, with score adjustments applied where required to maintain an accurate representation of the game score. Pre-game events such as weather, coin toss and compass direction are positioned before the first quarter, while halftime direction changes are represented at the appropriate point in the game timeline. Human-readable summaries provide additional context such as teams involved, penalty type and yardage, possession, drive outcome and scoring outcome.

The resulting dataset provides a consumer-ready, fixture-level history of NFL game activity, with events presented in their logical chronological order.

A catalogue with the fixture names in the order that they were played is also available at https://tinyurl.com/NFL-Scores-2026

## Fields

| Field | Type | Required | Description |
| --- | --- | --- | --- |
| INDEX | NUMBER(18,0) |  | Sequential row number per fixture (physical order matches logical order) |
| FIXTURE_ID | TEXT |  | Unique fixture identifier |
| FIXTURE | TEXT | Yes | Fixture display name (e.g., "Seattle Seahawks v Dallas Cowboys") |
| START_TIME | TIMESTAMP_NTZ | Yes | Scheduled kickoff time |
| COMPETITION | TEXT |  | NFL |
| SEASON | NUMBER(5,0) |  | The specific time of year when the scheduled games take place, e.g. 2025 |
| CATEGORY | TEXT |  | Event type (Touchdown, Penalty, Pass, Rush, etc.) |
| MIN | TEXT |  | Game clock minute (NULL for pre-game, breaks, finished) |
| PERIOD | TEXT |  | Game period (1st Quarter, Halftime, Finished, Other, etc.) |
| SUMMARY | TEXT |  | Human-readable description of the event |
| SCORE | TEXT |  | Running score at that point in the game (e.g., " 14 - 7") |

## Access

```bash
curl -X POST "https://txodds-com.api.spartera.com/endpoints/v1/nfl-2026-scores-actions" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"format": "csv"}'
```

Each request is billed 120 credits on a successful response, regardless of row count. Results are returned as a downloadable CSV with a JSON preview.

## Machine-readable

- Sample data (JSON): https://marketplace.spartera.com/sample/de6eae66-4bbe-4a5d-905f-825151bfca0f
- Full page (HTML, with schema.org Dataset markup): https://marketplace.spartera.com/products/nfl-2026-scores-actions/de6eae66-4bbe-4a5d-905f-825151bfca0f
- Catalog index: https://marketplace.spartera.com/llms.txt
- Product sitemap: https://marketplace.spartera.com/server-sitemap.xml

---

Published by Txodds Com on the Spartera Analytics Marketplace. Licensed under https://marketplace.spartera.com/terms.