I recently found a movie organizer application which fetches its data from the IMDB database.
Does IMDB provide an API for this, or any third party APIs available?
|
|
The IMDb currently has two public APIs that are, although undocumented, very quick and reliable (used on their own site through AJAX).
As said, they are undocumented. They can change at any time. See also http://stackoverflow.com/a/8811412/319266, for an example of a JSON API in PHP. |
|||||||||||||||||||
|
|
new api @ http://www.omdbapi.com edit: due to legal issues had to move the service to a new domain :) |
|||||||||||||||||||||
|
|
IMDB themselves seem to distribute data, but only in text files: http://www.imdb.com/interfaces there are several APIs around this that you can Google. Screen scraping is explicitly forbidden. A official API seems to be in the works, but has been that for years already. |
|||||||||||||||
|
|
What about TMDb API ? You can search by imdb_id with Movie.imdbLookup XBMC Media Center seems to use it |
|||||||
|
|
Another legal alternative to get movie info is the Rotten-Tomatoes (by Flixster) API. http://developer.rottentomatoes.com/ |
|||||||
|
|
Yes, but not for free.
|
||||
|
|
http://www.deanclatworthy.com/imdb/ wow, I googled it! |
|||||||||||||||||||
|
|
There is a JSON API for use by mobile applications at http://app.imdb.com However, the warning is fairly severe:
I presume this is for those developers that pay for the licence to access the data via their API. |
|||
|
|
|
that deanclatworthy still seems to work and there's another one: http://imdbapi.poromenos.org/ |
|||||
|
|
I got this api, http://imdbapi.org/ |
|||
|
|
Recently at SXSWi 2012, in their "Mashery Lounge", there was a booth for an IMDB-like API called from rovi. It's not a free API, but according to the sales guy I talked to they offer either a rev share or a flat fee for usage, depending on your budget. I haven't used it yet but it seems pretty cool. |
|||
|
|
|
Here is a Python module providing API's to get data from IMDB website |
|||||||||
|
|
Im pretty confident that the application you found actually gets their information form Themoviedb.org's API(they get most of there stuff from IMDB). They have a free open API that is used alot of the movie organizer/XMBC applications. |
|||
|
|
|
NetFilx is more of personalized media service but you can use it for public information regarding movies. It supports Javascript and OData. |
||||
|
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.