The Movie Database Support

Hi, I've been using this endpoint for many months now but now I get: { "success": false, "status_code": 34, "status_message": "The resource you requested could not be found." }

Could you please give me your feedback? Thank you.

2 replies (on page 1 of 1)

Jump to last post

Hi @StfA,

I am not seeing any issues:

Request

curl  --url 'https://api.themoviedb.org/3/find/tt6263850?external_source=imdb_id' \
  --header 'Authorization: Bearer ###' \
  --header 'accept: application/json'

Response

{
  "movie_results": [
    {
      "backdrop_path": "/A4JG9mkAjOQ3XNJy2oji1Jr224R.jpg",
      "id": 533535,
      "title": "Deadpool & Wolverine",
      "original_title": "Deadpool & Wolverine",
      "overview": "A listless Wade Wilson toils away in civilian life with his days as the morally flexible mercenary, Deadpool, behind him. But when his homeworld faces an existential threat, Wade must reluctantly suit-up again with an even more reluctant Wolverine.",
      "poster_path": "/8cdWjvZQUExUUTzyp4t6EDMubfO.jpg",
      "media_type": "movie",
      "adult": false,
      "original_language": "en",
      "genre_ids": [
        28,
        35,
        878
      ],
      "popularity": 14152.827,
      "release_date": "2024-07-24",
      "video": false,
      "vote_average": 8.02,
      "vote_count": 1005
    }
  ],
  "person_results": [],
  "tv_results": [],
  "tv_episode_results": [],
  "tv_season_results": []
}

I just find my mistake. Some stupid double slash in my code. Next time, I'll double check my glasses before opening a ticket :o) Sorry about the trouble :(

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?

Login