Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API is down :( #19

Open
Almenon opened this issue Nov 5, 2017 · 4 comments
Open

API is down :( #19

Almenon opened this issue Nov 5, 2017 · 4 comments

Comments

@Almenon
Copy link

Almenon commented Nov 5, 2017

Looks like netlfix roulette was bought by reelgood and they stopped providing the API.

I was using the API for my reddit bot. Is there any other netflix API's I can use? If not I guess I just will have to make do with hardcoding netflix links.

@paulgfrey
Copy link

I don't know how official this API is because I couldn't find any web pages out there describing it, but I think many have reversed engineered it. There is an api at https://api.justwatch.com which appears to be the used on http://www.justwatch.com. Do a search for GitHub projects using justwatch for examples of it's use.

@hectonpdomingos
Copy link

hectonpdomingos commented Nov 21, 2017

Did you guys found a alternative for netlfix roulette ? I started a udemy course that uses it but now I just can't find link provided. http://netflixroulette.net/api/api.php?director=
The https://api.justwatch.com seems also down and I can't find another.

@paulgfrey
Copy link

paulgfrey commented Nov 22, 2017

The api.justwatch.com is not down. Remember to issue the request as an HTTP Post. Use something like Postman to test it. In Postman if I issue the following request:
URI: https://api.justwatch.com/titles/en_US/popular
Post Data: {"query":"Avengers: Age of Ultron","content_types":["movie"],"providers":["amp,nfx"]}
Content-Type: application/json
I get back a valid response:
{ "page": 0, "page_size": 0, "total_pages": 0, "total_results": 1, "items": [ { "id": 141000, "title": "Avengers: Age of Ultron", "full_path": "/us/movie/avengers-age-of-ultron", "full_paths": { "MOVIE_DETAIL_OVERVIEW": "/us/movie/avengers-age-of-ultron" }, "poster": "/poster/453829/{profile}", "short_description": "When Tony Stark tries to jumpstart a dormant peacekeeping program, things go awry and Earth’s Mightiest Heroes are put to the ultimate test as the fate of the planet hangs in the balance. As the villainous Ultron emerges, it is up to The Avengers to stop him from enacting his terrible plans, and soon uneasy alliances and unexpected action pave the way for an epic and unique global adventure.", "original_release_year": 2015, "tmdb_popularity": 54.666153, "object_type": "movie", "original_title": "Avengers: Age of Ultron", "all_titles": null, "offers": [ ....

@macram
Copy link

macram commented Nov 22, 2017

I ended up using TMDb. Easy auth and I think it has more data than this one. And the model is fairly similar, although a little more complicated.

https://developers.themoviedb.org/3

davemachado added a commit to public-apis/public-apis that referenced this issue Apr 14, 2018
Smart-Dev00214 added a commit to Smart-Dev00214/public-apis that referenced this issue Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants