Hi,
The subject is quite explicit, I want to know if there is any way to append some informations in the search results. As exemple, while searching for movies it would be useful to append casting, trailers, directors etc instead of doing a seperate query to get thoses informations for each movies. As seen on your own website, more informations is shown on the page result than what we got from API searching functions.
In php this is not working (nothing more is added) :
getApikey() . "&append_to_response=trailers,cast&language=" . $lang . "&" . $text . "&page=$page";
Doing a new query for each results will result in an additionnal load on both side.
Thank you
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 31 Δεκέμβριος 2013 στις 11:39 ΕΊΜΑΙ
Hi b3nitro,
There are no plans to support
append_to_response
or any other extra information at the search level at this time.Cheers.
Απάντηση από τον/την b3nitro
στις 1 Ιανουάριος 2014 στις 11:45 ΕΊΜΑΙ
Thank you for the reply