The Movie Database Support

https://developer.themoviedb.org/reference/account-add-to-watchlist i am not sure what kind of body data i need to pass to this api

https://api.themoviedb.org/3/account/${id}/watchlist

below is my provide BODY PARAMS but it not work

body: JSON.stringify({
    adult: false,
    backdrop_path: '/znUYFf0Sez5lUmxPr3Cby7TVJ6c.jpg',
    genre_ids: [12, 10751, 14, 10749],
    id: 447277,
    original_language: 'en',
    original_title: 'The Little Mermaid',
    overview: 'The youngest of King Triton’s daughters, and the most defiant, Ariel longs to find out more about the world beyond the sea, and while visiting the surface, falls for the dashing Prince Eric. With mermaids forbidden to interact with humans, Ariel makes a deal with the evil sea witch, Ursula, which gives her a chance to experience life on land, but ultimately places her life – and her father’s crown – in jeopardy.',
    popularity: 4350.022,
    poster_path: '/ym1dxyOk4jFcSl4Q2zmRrA5BEEN.jpg',
    release_date: '2023-05-18',
    title: 'The Little Mermaid',
    video: false,
    vote_average: 6.391,
    vote_count: 1154
  })
};

can you provide BODY PARAMS data example really thanks

3 replies (on page 1 of 1)

Jump to last post

Hi @chunwen, to see examples on the doc page, look at the dark "Try It!" box on the right and select Examples->Request Example.

big thanks i am trying to call add-to-watchlist api

  data: {media_type: 'movie', media_id: 11, watchlist: true}

may i know where to get this field value?

media_id

i am trying to find media_id by this api response https://api.themoviedb.org/3/movie/{movie_id}

but cannot get any idea

It is the tmdb id for the movie or tv series you are trying to add. So in your case it is the "{movie_id}" itself.

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Masuk