The Movie Database 支持

Hello,

I'm encountering an issue with the Season Details API endpoint (https://api.themoviedb.org/3/tv/2316/season/0), where crew data for some episodes shows two different object structures for crew members. Specifically, Episode 30 of Season 0 from "The Office" returns the following for the crew array:

"crew": [
    {
        "department": "Writing",
        "job": "Writer",
        "credit_id": "52573091760ee3776a342426",
        "adult": false,
        "gender": 0,
        "id": 1225966,
        "known_for_department": "Writing",
        "name": "Jonathan Hughes",
        "original_name": "Jonathan Hughes",
        "popularity": 0.832,
        "profile_path": null
    },
    {
        "department": "Writing",
        "job": "Writer",
        "credit_id": "525730a1760ee3776a343728",
        "adult": false,
        "gender": 0,
        "id": 1230853,
        "known_for_department": "Writing",
        "name": "Nate Federman",
        "original_name": "Nate Federman",
        "popularity": 1.224,
        "profile_path": null
    },
    {
        "job": "Director",
        "department": "Directing",
        "person_id": "5aa23117c3a36829b0006a04",
        "credit_id": "63314514293835009111309d"
    }
]

The first two contain all the expected fields, as outlined in the TMDb documentation. The last one has a much simpler object structure that lacks many of the documented fields and uses a string ("person_id") instead of an integer ("id") for identification.

Additionally, the Episode Details endpoint (/tv/{series_id}/season/{season_number}/episode/{episode_number}) doesn’t include this director role at all, only listing the two writers in the crew array.

Is this an intentional design, or could this be a bug with the API? If it is intentional, is there a way to ensure consistency in the returned data? Any guidance would be greatly appreciated. Also sorry if this was brought up before. I couldn't find anything related to this in the forum.

Thank you!

4 回复(第 1 页,共 1 页)

Jump to last post

i tried with same endpoint on postman and return as should be

"crew": [
    {
        "department": "Writing",
        "job": "Writer",
        "credit_id": "52573091760ee3776a342426",
        "adult": false,
        "gender": 0,
        "id": 1225966,
        "known_for_department": "Writing",
        "name": "Jonathan Hughes",
        "original_name": "Jonathan Hughes",
        "popularity": 1.631,
        "profile_path": null
    },
    {
        "department": "Writing",
        "job": "Writer",
        "credit_id": "525730a1760ee3776a343728",
        "adult": false,
        "gender": 0,
        "id": 1230853,
        "known_for_department": "Writing",
        "name": "Nate Federman",
        "original_name": "Nate Federman",
        "popularity": 0.44,
        "profile_path": null
    },
    {
        "job": "Director",
        "department": "Directing",
        "credit_id": "6249ea4b9ba86a0063a0ac56",
        "adult": false,
        "gender": 2,
        "id": 84416,
        "known_for_department": "Writing",
        "name": "Gene Stupnitsky",
        "original_name": "Gene Stupnitsky",
        "popularity": 3.356,
        "profile_path": "/xAgtuSwjc8t7K4Z7AquN6a0wD0G.jpg"
    },
    {
        "job": "Director",
        "department": "Directing",
        "credit_id": "6249ea53a3b5e6004fb18a5e",
        "adult": false,
        "gender": 2,
        "id": 84417,
        "known_for_department": "Writing",
        "name": "Lee Eisenberg",
        "original_name": "Lee Eisenberg",
        "popularity": 2.88,
        "profile_path": "/qxA2eLl3AmBKfXqeCQy7RDlZSkE.jpg"
    }
],

Hmm, I still get the same result even on Postman. It's the same object for episodes 30-33. I just looked it up and it seems all 4 are pointing to Kelly Cantley-Kashima. I also noticed that the "Directed by" field is empty on the season page of TMDb instead of the usual "No director has been added.". Funny enough, if you open the "Full Cast & Crew" Kelly Cantley-Kashima is listed as director (but still missing through the API - https://api.themoviedb.org/3/tv/2316/season/0/episode/30).

@Titus040 said:

Hmm, I still get the same result even on Postman. It's the same object for episodes 30-33. I just looked it up and it seems all 4 are pointing to Kelly Cantley-Kashima. I also noticed that the "Directed by" field is empty on the season page of TMDb instead of the usual "No director has been added.". Funny enough, if you open the "Full Cast & Crew" Kelly Cantley-Kashima is listed as director (but still missing through the API - https://api.themoviedb.org/3/tv/2316/season/0/episode/30).

ow thats the problem, i tried id and same result with you

Don't know if this helps, but I found another similar issue for Parks and Recreation. This time, some objects in the cast array are different.

Season 5 - Episode 11 (https://api.themoviedb.org/3/tv/8592/season/5)

{
    "episode_count": 1,
    "person_id": "5e6ea13fcabfe40015154140",
    "character": "Görkem",
    "credit_id": "5e6ea13fcabfe40015154152",
    "order": 916
}

Season 7 - Episode 7 (https://api.themoviedb.org/3/tv/8592/season/7)

{
    "episode_count": 1,
    "person_id": "58ee434c925141687000b482",
    "character": "Jennifer",
    "credit_id": "5b08841c0e0a262fae000059",
    "order": 641
}

找不到电影或节目?登录并创建它吧。

全站通用

s 聚焦到搜索栏
p 打开个人资料菜单
esc 关闭打开的窗口
? 打开键盘快捷键窗口

在媒体页面

b 返回(或返回上级)
e 进入编辑页面

在电视季页面

(右箭头)下一季
(左箭头)前一季

在电视集页面

(右箭头)下一集
(左箭头)上一集

在所有图像页面

a 打开添加图片窗口

在所有编辑页面

t 打开翻译选择器
ctrl+ s 提交

在讨论页面

n 创建新讨论
w 切换关注状态
p 设为公开 / 私密讨论
c 关闭 / 开放讨论
a 打开活动页
r 回复讨论
l 跳转至最新回复
ctrl+ enter 发送信息
(右箭头)下一页
(左箭头)前一页

设置

想给这个条目评分或将其添加到片单中?

登录

还不是会员?

注册加入社区