moviebox-io / moviebox

MIT License
1 stars 0 forks source link

External API research #16

Open ruiposse opened 7 years ago

ruiposse commented 7 years ago

We need an external API to give us movies information.

Let's document in this issue the ones we can find.

ruiposse commented 7 years ago
{
  Title: "The Social Network",
  Year: "2010",
  Rated: "PG-13",
  Released: "01 Oct 2010",
  Runtime: "120 min",
  Genre: "Biography, Drama",
  Director: "David Fincher",
  Writer: "Aaron Sorkin (screenplay), Ben Mezrich (book)",
  Actors: "Jesse Eisenberg, Rooney Mara, Bryan Barter, Dustin Fitzsimons",
  Plot: "Harvard student Mark Zuckerberg creates the social networking site that would become known as Facebook, but is later sued by two brothers who claimed he stole their idea, and the co-founder who was later squeezed out of the business.",
  Language: "English, French",
  Country: "USA",
  Awards: "Won 3 Oscars. Another 161 wins & 162 nominations.",
  Poster: "https://images-na.ssl-images-amazon.com/images/M/MV5BMTM2ODk0NDAwMF5BMl5BanBnXkFtZTcwNTM1MDc2Mw@@._V1_SX300.jpg",
  Metascore: "95",
  imdbRating: "7.7",
  imdbVotes: "485,392",
  imdbID: "tt1285016",
  Type: "movie",
  Response: "True"
}
davidpicarra commented 7 years ago

https://developers.themoviedb.org/3/find/find-by-id https://api.themoviedb.org/3/find/{external_id}?api_key=<>&language=en-US&external_source=imdb_id

Discussion:

Git library fot the same API: https://github.com/cavestri/themoviedb-javascript-library/