Skip to main content
GET
/
changes
curl -H "User-Agent: my-app-name/1.0" \ "https://api.simkl.com/changes?date_from=2026-05-17&client_id=YOUR_CLIENT_ID&app-name=my-app-name&app-version=1.0"
{ "shows": [ 2, 40, 500, "... ~825 more" ], "anime": [ 44822, 2017210, 2254562, "... ~20 more" ], "movies": [ 53078, 53080, 53082, "... ~8,200 more" ] }

Documentation Index

Fetch the complete documentation index at: https://api.simkl.org/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

client_id
string
query
default:YOUR_CLIENT_ID
required

Preferred form: your client_id as a URL query parameter on every request. Self-describing in logs and curl commands. See Headers and required parameters.

Headers

User-Agent
string
required

Descriptive identifier for your app, ideally name/version. Examples: PlexMediaServer/1.43.1.10540, kodi-simkl/0.9.2, MyApp/2.4.1 (https://myapp.com).

Query Parameters

date_from
string<date>

ISO date (YYYY-MM-DD). Items modified at or after this timestamp are returned. Server caps at 14 days ago — older values silently snap to the cap. Invalid values (e.g. BOGUS) silently fall back to the default. Future dates return {}. Defaults to 14 days ago when omitted.

type
string
default:anime,shows,movies

CSV of types to include. Any combination of anime, shows, movies. Unknown values silently bucket as anime — keep the values in the listed set.

client_id
string
required

Your client_id from your Simkl developer settings. Required on every request.

app-name
string
required

Short, lowercase identifier for your app (e.g. plex-scrobbler, kodi-bridge). Helps Simkl identify which apps are using the API.

app-version
string
required

Your app's current version (e.g. 1.0, 2.4.1). Helps Simkl debug issues you report.

Response

OK

Catalog IDs that changed in the requested window, grouped by type. Each key is OPTIONAL — keys whose bucket is empty are omitted entirely. An all-empty response is {}.

movies
integer[]

Simkl IDs of movies whose metadata changed in the window.

shows
integer[]

Simkl IDs of TV shows whose metadata changed in the window.

anime
integer[]

Simkl IDs of anime whose metadata changed in the window.