The Movie Database Support

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 replies (on page 1 of 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

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