The Movie Database Support Forum

For this TV show, API returns the wrong last_air_date even though the show is set to ended and the last episode is correctly returned with air_date set correctly. The episode is correctly set as season finale. Now it is possible that I have just checked this in unfortunate time if somebody just added episode dates and API didn't have enough time to update, but I kinda doubt that, it is not very popular show.

2 Antworten (Seite 1 von 1)

Jump to last post

If you want help, you need to give us the complete query you have sent, as well as the complete response you have received.

I have used sample API request from API reference:

import requests

url = "https://api.themoviedb.org/3/tv/196288?language=en-US"

headers = {
    "accept": "application/json",
    "Authorization": "KEY"
}

response = requests.get(url, headers=headers)

print(response.text)

But the issue appears to be resolved now. So either somebody really had just added the dates at the time when I first opened this issue, so the API database didn't yet update, or it didn't update for some other reason, but my setting the show type to Returning Series and then again to Ended triggered new database update. Anyway, everything is OK now, I'm closing this discussion.

Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.

Allgemein

s Fokus auf Suchfeld
p Profil öffnen
esc Fenster schließen
? Tastenkürzel anzeigen

Videos

b Zurück
e Bearbeiten

Staffeln

Nächste Staffel
Vorherige Staffel

Episoden

Nächste Episode
Vorherige Episode

Bilder

a Poster oder Hintergrundbild hinzufügen

Editieren

t Sprachauswahl öffnen
ctrl+ s Speichern

Diskussionen

n Neue Diskussion erstellen
w Beobachten an / aus
p Diskussion öffentlich / privat
c Diskussion öffnen / schließen
a Diskussionsverlauf anzeigen
r Auf Diskussion antworten
l Letzte Antwort anzeigen
ctrl+ enter Senden
Nächste Seite
Vorherige Seite

Einstellungen

Diesen Eintrag bewerten oder zu einer Liste hinzufügen?

Anmelden