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

# Get event deltas (V2 format via V1 path)

`GET /api/v1/deltaV2`

## Query parameters

- `last_id` string, required
- `sport_id` integer
- `affiliate_ids` string

## Response `200`

Delta updates

- DeltasResponse
  - `meta` Meta
    - `delta_last_id` string
  - `deltas` object[]
    - `data` string — Raw JSON string of the delta payload

---

[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)
