---
title: "Get event deltas (V1 format)"
method: GET
path: "/api/v1/delta"
tags: ["V1 Delta"]
---

# Get event deltas (V1 format)

`GET /api/v1/delta`

## Query parameters

- `last_id` string, required
- `sport_id` integer
- `affiliate_ids` string
- `include` 'all_periods'

## Response `200`

Events with changes

- V1EventsResponse
  - `meta` Meta
    - `delta_last_id` string
  - `events` V1Event[]
    - `event_id` string
    - `event_uuid` string
    - `sport_id` integer
    - `event_date` string, date-time
    - `rotation_number_away` integer
    - `rotation_number_home` integer
    - `score` Score
      - `event_id` string
      - `event_status` string — Event status. Common values: STATUS_SCHEDULED, STATUS_IN_PROGRESS, STATUS_FINAL, STATUS_POSTPONED, STATUS_CANCELED, STATUS_SUSPENDED, STATUS_DELAYED, STATUS_RAIN_DELAY, STATUS_HALFTIME, STATUS_END_PERIOD, STATUS_END_OF_REGULATION, STATUS_OVERTIME, STATUS_FIRST_HALF, STATUS_SECOND_HALF
      - `team_id_away` integer — Away team ID. Omitted when zero.
      - `team_id_home` integer — Home team ID. Omitted when zero.
      - `score_away` integer
      - `score_home` integer
      - `winner_away` integer
      - `winner_home` integer
      - `score_away_by_period` integer[]
      - `score_home_by_period` integer[]
      - `venue_name` string — Arena or stadium name. May be an empty string when unavailable from the live feed.
      - `venue_location` string — City and state. May be an empty string when unavailable from the live feed.
      - `game_clock` integer
      - `display_clock` string
      - `game_period` integer
      - `broadcast` string
      - `event_status_detail` string
      - `updated_at` string, date-time
    - `teams` object[]
      - `team_id` integer
      - `team_normalized_id` integer
      - `name` string
      - `is_home` boolean
      - `is_away` boolean
    - `teams_normalized` TeamNormalized[]
      - `team_id` integer
      - `name` string
      - `mascot` string
      - `abbreviation` string
      - `record` string
      - `is_home` boolean
      - `is_away` boolean
      - `ranking` integer, nullable
      - `conference` Conference
        - `conference_id` integer
        - `sport_id` integer
        - `name` string
      - `division` Division
        - `division_id` integer
        - `conference_id` integer
        - `sport_id` integer
        - `name` string
    - `schedule` Schedule
      - `season_type` string
      - `season_year` integer
      - `conference_competition` boolean, nullable
      - `conference_name` string
      - `league_name` string, nullable
      - `event_name` string
      - `attendance` string
      - `event_headline` string
      - `game_number` 1 | 2 — Game number for a true MLB doubleheader. Omitted for ordinary and standalone makeup games.
      - `game_type` 'doubleheader' | 'makeup' | 'doubleheader_makeup' — Structured MLB doubleheader or makeup classification. Omitted for ordinary games.
      - `week` integer
      - `week_name` string
      - `week_detail` string
    - `lines` object — Lines keyed by affiliate ID
    - `line_periods` object — Period-specific lines keyed by affiliate ID (when `include=all_periods`)
    - `pitcher_away` Pitcher
      - `id` integer
      - `name` string
      - `throws_left_handed` boolean, nullable
      - `throws_right_handed` boolean, nullable
      - `bats_left_handed` boolean, nullable
      - `bats_right_handed` boolean, nullable
    - `pitcher_home` Pitcher
      - `id` integer
      - `name` string
      - `throws_left_handed` boolean, nullable
      - `throws_right_handed` boolean, nullable
      - `bats_left_handed` boolean, nullable
      - `bats_right_handed` boolean, nullable

---

[API](https://skmtc.net/therundown/apis/therundown-sports-api.md) · [All operations](https://skmtc.net/therundown/apis/therundown-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/therundown/therundown-sports-api/versions/f069d4e82f52/schema)
