IMDB API
Do you want to integrate a search for a movie on an API and receive a JSON or XML?
Use my API https://imdb.digital3d.com/swagger
How to do it?
Go to your account by clicking on the "My Account" link at the top right. If you haven't created an account here yet, you must create a new account to receive the key that will allow you to access the API.
- Go to this URL: https://imdb.digital3d.com/swagger (for now it's only in http, not https)
- You will enter Swagger, an interface to test the API
- You have two API methods:
- Search by title, for example: https://imdb.digital3d.com/api/SearchByTitle?title=ben-hur&apiKey=[My Key]
- Or to be more precise: https://imdb.digital3d.com/api/SearchByTitle?title=ben-hur®ion=US&type=movie&apiKey=[My Key]
- You can also search by the IMDB ID: https://imdb.digital3d.com/api/GetByTitleId?titleId=tt0111161&apiKey=[My Key]
This is a simple API to get started, but I will enhance this API over time.
Aucun commentaire pour le moment.