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.
Can't find a movie or TV show? Login to create it.
Ĉu volas taksi aŭ aldoni ĉi tiun elementon al listo?
Ĉu ne estas membro?
Respondo de Travis Bell
je Novembro 10 2014 je 10:33 AM
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.
Respondo de dbuehler
je Novembro 10 2014 je 10:48 AM
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 :)
Respondo de Travis Bell
je Novembro 10 2014 je 11:04 AM
Heh, no worries. Glad you sorted it out.