The Movie Database Support

I understand that the find method can retrieve a movie result, including a TMDB ID, given an external IMDB ID. However, let's say that I only have a TMDB ID and want an IMDB ID to pass to another API. The movie results do not seem to have an IMDB ID attribute, nor do I see a sort of 'reverse' find method. But I assume that, since there is a find method, there is a mapping of IMDB IDs to TMDB IDs, which should be able to go the other way. Is there a method or another way to do this?

13 svar (på sida 1 av 1)

Jump to last post

I realized that I can use the TMBD ID in the movie method and take the IMDB ID from there. This can be closed.

Hi, i wish you could post some extra details because i'm looking for the exact thing, without success.

@mhmdshv I think @npg21 just means he did a regular movie query:

https://api.themoviedb.org/3/movie/550?api_key=###

Which returns the IMDb id. For any other lookups, that aren't TMDb id based, you can use the /find method.

Thank you, i was wondering if i can show an IMDB link too by just 1 query using /discovery, which seems is not possible. By the way isn't there a way to get the IMDB rating? Your data is accurate enough but still IMDB rating is better known in my country.

@mhmdshv said:

Thank you, i was wondering if i can show an IMDB link too by just 1 query using /discovery, which seems is not possible. By the way isn't there a way to get the IMDB rating? Your data is accurate enough but still IMDB rating is better known in my country.

Would be nice to have the IMDB rating too - if this is even possible as I don't think IMDB even has an API does it? And i'm sure the use of retrieving data from IMDB by screen scraping is illegal?

@sharepointalex said: Would be nice to have the IMDB rating too - if this is even possible as I don't think IMDB even has an API does it? And i'm sure the use of retrieving data from IMDB by screen scraping is illegal?

Yea well if you consider the legal problem too then you can't. IMDB doesn't have any API, yet. But google and some other services are using IMDB rating too, i don't think they have issues with us using the rating. I'm not gonna abuse the rating though, just show a box az IMDB rating.

@mhmdshv said:

@sharepointalex said: Would be nice to have the IMDB rating too - if this is even possible as I don't think IMDB even has an API does it? And i'm sure the use of retrieving data from IMDB by screen scraping is illegal?

Yea well if you consider the legal problem too then you can't. IMDB doesn't have any API, yet. But google and some other services are using IMDB rating too, i don't think they have issues with us using the rating. I'm not gonna abuse the rating though, just show a box az IMDB rating.

Good point - just something I read when I was doing some research into options to return the IMDB rating - only seemed to find screen scraping.

Do you know of an API or another service I can use to get the rating?

Wanting to display it in an app - perfect if I can get the IMDB if from TMBD and pass it into an API somewhere else.

I think this can help

OMDb

@sharepointalex said:

@mhmdshv said: Yea well if you consider the legal problem too then you can't. IMDB doesn't have any API, yet. But google and some other services are using IMDB rating too, i don't think they have issues with us using the rating. I'm not gonna abuse the rating though, just show a box az IMDB rating.

Good point - just something I read when I was doing some research into options to return the IMDB rating - only seemed to find screen scraping.

Do you know of an API or another service I can use to get the rating?

Wanting to display it in an app - perfect if I can get the IMDB if from TMBD and pass it into an API somewhere else.

Unfortunately it's not possible to get it in TMDB. However as @BlackSpirits mentioned, you can use the other API to get the rating (which it's just a scrapper). I also have a php script that does this for you, but requires you to have your own server though.

I also would love to have the imdb rating without an extra API call to themoviedb.

Otherwise I would have to call the discover method and iterate all movies to call the movie method.

Having at the moment:

https://api.themoviedb.org/3/discover/movie

I also would love to have the imdb rating without an extra API call to themoviedb.

We do not have any plans on supporting the IMDb rating.

Otherwise I would have to call the discover method and iterate all movies to call the movie method.

If you mean IMDb ID instead, then yes, you would have to call the details method.

Yeah I meant the imdb id, which is a pity we don't have in the list of movies. Then we have to iterate in each movie to get the imdb id... which is a waste of resources and time.

You can use imdb rating widget ( https://www.imdb.com/plugins ) ..you will get the html code for rating widget and wherever you place it just make sure dynamically replace imdb id in the html code generated to show rating of relevant title. And imdb id is available through tmdb api.

Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.

Globala

s fokus på sökrutan
p öppna profilmenyn
esc stäng ett öppet fönster
? öppna tangentbordsgenväg fönstret

På mediasidor

b gå tillbaka (eller till förälder när det är tillämpligt)
e gå till redigerings sidan

På tv-säsongssidor

(höger pil) gå till nästa säsong
(vänster pil) gå till den föregående säsongen

På tv-avsnittssidor

(höger pil) gå till nästa avsnitt
(vänster pil) gå till föregående avsnitt

På alla bildsidor

a öppna lägg till bild fönstret

På alla redigeringssidor

t öppna översättnings väljaren
ctrl+ s skicka förmulär

På diskussionssidor

n skapa ny diskussion
w växla sedd-status
p växla offentligt/privat
c växla stäng/öppna
a öppna aktivitet
r svara på diskussionen
l gå till det senaste svaret
ctrl+ enter skicka ditt meddelande
(höger pil) nästa sida
(vänster pil) föregående sida

Inställningar

Vill du betygsätta denna artikel eller lägga till den i en lista?

Logga in