The Open Movie Database(OMDB) API is a RESTful web service to obtain movie information.
The API offers methods for searching content including movie or TV show titles by episodes and more.
The API supports
- Search by Movie Title
- Search by IMDB ID
The API supports both JSON and XML data formats.
-
Have Python 3.x setup in the system
-
Create an account with the API provider
-
Get the API Key and replace < your-api-key > in the code
-
Run the code using the command
python omdb_api.py
-
Enter the required input and obtain the Output