The Movie Database Support Forum

Hello, I just found a bug (?) on the person endpoint:

Request:

https://api.themoviedb.org/3/person/150?api_key={KEY}&append_to_response=translations

Response:

{
  "id": 150,
   ...some more fields...
  "translations": [],
   ...some more fields...
}

as you can see - translations array is empty, but if we send request directly to the translations enpoint we will see that there at least 3 items found:

Request:

https://api.themoviedb.org/3/person/150/translations?api_key={KEY}

Response:

{
  "translations": [
    {
      "iso_639_1": "en",
      "iso_3166_1": "US",
      "name": "English",
      "data": {
        "biography": "...some text..."
      },
      "english_name": "en"
    },
  ... other items ...
  ],
  "id": 150
}

(upd: trying to fix formatting)

3 Antworten (Seite 1 von 1)

Jump to last post

omg sorry for that ugly formatting =( btw its another bug - on editor preview its looks fine, but after post submit just goes something wrong upd: nvm, i have fixed it :) just need to add 1 empty line before each code block

Hi @vsaik, I believe this should be fixed now. Let me know if it looks good.

Thanks!

Thanks) yes it's working fine now

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