Hi There I have the following questions
- Under Search the a Get/search/Tv option and in the response there an ID ...... is this the same as tv_id?
- when i try that and call a get Images . I am not getting anything
{
"backdrops": [],
"id": 39340,
"posters": []
}
Travis Bell 的回复
于 2016 年 11 月 01 日 7:06下午
Hi @smarteez
Yes, that is the TV show id.
If I was to guess, you should take a read through the image language documentation. You'll want to use the additional
include_image_language
parameter.Cheers.