Hey,
I used to be able to search for TV Shows (to get the show id) using this query:
http://private-6edc-themoviedb.apiary.io/3/search/tv?api_key=####&query=Doctor+Who
Used to get me the correct result, but now it always defaults to the information for Breaking Bad:
{
"page": 1,
"results": [
{
"backdrop_path": "/bzoZjhbpriBT2N5kwgK0weUfVOX.jpg",
"id": 1396,
"original_name": "Breaking Bad",
"first_air_date": "2008-01-19",
"origin_country": [
"US"
],
"poster_path": "/4yMXf3DW6oCL0lVPZaZM2GypgwE.jpg",
"popularity": 3.51233746888476,
"name": "Breaking Bad",
"vote_average": 9.0,
"vote_count": 118
}
],
"total_pages": 1,
"total_results": 1
}
It doesn't matter what the query is. Am I doing something wrong here? Did the API change?
Thanks in advance.
.לא מצאת סרט או סדרה? היכנס כדי ליצור אותם
?רוצה לדרג או להוסיף פריט אל רשימה
?לא חבר אתר
תגובה מאת Travis Bell
ב-נובמבר 10, 2014 ב-10:33לפני חצות יום
Hi dbuehler,
You shouldn't use Apiary as anything but a testing tool.
The production API is (and always has been):
With regards to what changed with Apiary, I'm not sure. You should contact them.
Cheers.
תגובה מאת dbuehler
ב-נובמבר 10, 2014 ב-10:48לפני חצות יום
Jep, that fixed it. Don't know why I still had Apiary in the code, thought I changed that and then never really looked at the URL again.
Sorry for the daft question and thanks for the deft answer :)
תגובה מאת Travis Bell
ב-נובמבר 10, 2014 ב-11:04לפני חצות יום
Heh, no worries. Glad you sorted it out.