Hey,
I have a curated list of imdb_ids.json and would like to import them into their own list,
The layout below works to add movies to the watchlist, but i can’t figure out how to add them to a specific list and not the watchlist.
I tried a few versions of:
{
"list": "https://trakt.tv/users/papelo/lists/usa-up-all-night",
"imdb_id": "tt0106453",
"type": "movie",
}
which didn’t work.
Note the one below is what i usually use to add items to the watchlist which works.
Title, year are available if needed.
{
"imdb_id": "tt0106453",
"type": "movie",
"watchlisted_at": "2025-11-07T18:10:27Z"
}
Thanks.