MovieDb Service A RESTful movie service
The Talk Python movie search service
Endpoints
-
Search movies
GET /api/search/{keyword} -
Movies by director
GET /api/director/{director_name} -
Movie by IMDB code
GET /api/movie/{imdb_number}
Note: This service has limited data. It is for educational purposes only. If you are looking to build a real app based on movie data APIs, you should check out OMDb API: The Open Movie Database.