andrewmd5 / Netflix-Roulette-API

Everything for the http://netflixroulette.net/ API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USA New Endpoints Test

andrewmd5 opened this issue · comments

Hi all, end points have been updated. Please test the USA endpoints and suggest features, once we have confirmed USA is stable the other regions will be released.

Entry point: https://netflixroulette.net/api/v2/usa/

FULL TEXT search for shows

https://netflixroulette.net/api/v2/usa/search/?phrase=bob
https://netflixroulette.net/api/v2/usa/search/?phrase=bob&year=2004

Convert an IMDB id to a Netflix ID

https://netflixroulette.net/api/v2/usa/imdb/?imdbId=tt0115641

Fetch series information (all episodes and data)

https://netflixroulette.net/api/v2/usa/tv/?netflixid=70157523

Fetch movie data

https://netflixroulette.net/api/v2/usa/movie/?netflixid=70038796

Get all films by a director

https://netflixroulette.net/api/v2/usa/director/?director=Andrew%20Niccol

Get all films with an actor

TODO

Looks great. Titles that were previously missing are showing up now. How frequently will the database be updated?

Is it possible to fetch all items in the database and return netflix ids with categories?

Nice! I found out that https://netflixroulette.net/api/v2/usa/imdb/?imdbId=tt1504320 returns a 500 server error with a blank page.

It looks like imdb id tt4717798 (which is valid), returns a 404 error.

Good job! Been using the full text search feature for a couple of days now, haven't found any issues yet. Not sure I agree with throwing a 404 for a title not found, but perhaps that's just a matter of taste.

Would love to also see my own region (The Netherlands) so I can compare the results. In case you need help scraping locally I might be able to.

Keep up the good work!

Just to let you all know I've finally got around to updating my code for dumping stuff off netflixs server, so you should see updates soon.

On a brighter note that code is open source as soon as I make sure its bug free so you don't have to rely on my service entirely.

Something that would really help my use would be multiple ID searches.. and also if I could mix tv and movie IDs together in that search.

commented

It looks like the new endpoint returns both streaming and dvd results. Is it possible to get an identifier?

It would be great have this service for Spanish Netflix Catalog. It's possible?