Hi, how to get all backdrops (only english) ?
how to get all posters (only english) ?
I am using : https://github.com/pixelead0/tmdb_v3-PHP-API-/blob/master/tmdb_v3.php
thanks.
فیلم و نمایش تلویزیونی را نمیتوانید پیدا کنید؟ به سیستم وارد شوید تا آن را ایجاد کنید.
آیا میخواهید به این مورد امتیاز دهید یا به فهرست اضافه کنید؟
عضو نیستید؟
پاسخ توسط Travis Bell
در تاریخ سپتامبر 15, 2014 ساعت 10:04 ق.ض
Hi rezaeee,
I'm not sure if the tmdb_v3-PHP-API supports querying images by language. The query on the API looks like so (example with id 550):
You can of course even make that a single call with
?append_to_response=
:Cheers.
پاسخ توسط rezaeee
در تاریخ سپتامبر 15, 2014 ساعت 10:13 ق.ض
Thanks, Travis Bell tmdb_v3 supported language filter.
پاسخ توسط Travis Bell
در تاریخ سپتامبر 15, 2014 ساعت 10:20 ق.ض
It doesn't need to support the
language
param but rather theinclude_image_language
param. This is what I don't know about. You would have to dig through the source or contact the developer of the library.Cheers.
پاسخ توسط rezaeee
در تاریخ سپتامبر 15, 2014 ساعت 10:23 ق.ض
i know I'm PHP developer , Just needed to URL of api . thanks.