The Movie Database Support

Hello,

I have noticed that when querying the season details endpoint for Season 8 of Dexter, one of the items in the response does not follow the format specified in the API documentation.

Specifically, the sixth item within the guest_stars list of the first episode is missing the adult, gender, id, known_for_department, name, original_name, popularity and profile_path fields and has the episode_count field which is not part of the specification. The rest of the items in the list and those for all the other episodes do come with the expected format.

Example from current response:

{
    "episode_count": 1,
    "person_id": "55137b689251412be4000639",
    "character": "Receptionist",
    "credit_id": "56bdd9349251417347003435",
    "order": 541
}

Expected format:

{
    "character": ...,
    "credit_id": ...,
    "order": ...,
    "adult": ...,
    "gender": ...,
    "id": ...,
    "known_for_department": ...,
    "name": ...,
    "original_name": ...,
    "popularity": ...,
    "profile_path": ...
}

Steps to reproduce:

  1. Send a GET request to https://api.themoviedb.org/3/tv/1405/season/8?api_key=<api_key>
  2. Check the value of the episodes[0].guest_stars[5] field in the response

1 reply (on page 1 of 1)

Jump to last post

I readded this specific guest star earlier today and it seems to have fixed the inconsistency. Now it returns the correct item.

{
    "character": "Receptionist",
    "credit_id": "689c72b174e240c3ba6d7b64",
    "order": 1214,
    "adult": false,
    "gender": 1,
    "id": 1230890,
    "known_for_department": "Acting",
    "name": "Nadege August",
    "original_name": "Nadege August",
    "popularity": 0.7978,
    "profile_path": "/4SGgBlHdAymZb6XrwkE0ossROUx.jpg"
}

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