---
title: "GET /updates"
method: GET
path: "/updates"
tags: ["Updates"]
---

# GET /updates

`GET /updates`

Returns updated entities.  methodInt indicates a created record (1), an updated record (2), or a deleted record (3).  If a record is deleted because it was a duplicate of another record, the target record's information is provided in mergeToType and mergeToId.

## Query parameters

- `since` number, required
- `type` 'artwork' | 'award_nominees' | 'companies' | 'episodes' | 'lists' | 'people' | 'seasons' | 'series' | 'seriespeople' | 'artworktypes' | 'award_categories' | 'awards' | 'company_types' | 'content_ratings' | 'countries' | 'entity_types' | 'genres' | 'languages' | 'movies' | 'movie_genres' | 'movie_status' | 'peopletypes' | 'seasontypes' | 'sourcetypes' | 'tag_options' | 'tags' | 'translatedcharacters' | 'translatedcompanies' | 'translatedepisodes' | 'translatedlists' | 'translatedmovies' | 'translatedpeople' | 'translatedseasons' | 'translatedserierk'
- `action` 'delete' | 'update'
- `page` number

## Response `200`

response

- object
  - `data` EntityUpdate[]
    - `entityType` string
    - `methodInt` integer
    - `method` string
    - `extraInfo` string
    - `userId` integer
    - `recordType` string
    - `recordId` integer
    - `timeStamp` integer
    - `seriesId` integer — Only present for episodes records
    - `mergeToId` integer
    - `mergeToEntityType` string
  - `status` string
  - `links` Links — Links for next, previous and current record
    - `prev` string, nullable
    - `self` string, nullable
    - `next` string
    - `total_items` integer
    - `page_size` integer

## Other responses

- `400` — Invalid since, type param.
- `401` — Unauthorized

---

[API](https://skmtc.net/thetvdb/apis/tvdb-api-v4.md) · [All operations](https://skmtc.net/thetvdb/apis/tvdb-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thetvdb/tvdb-api-v4/revisions/5d7caa274c72/schema)
