Are there any good movie/film APIs out there? [closed]
Asked Answered
R

4

8

Working on a movie website and would love to find an API that I could use to get information about different movies. I code in PHP but I'm assuming this would probably return XML.

Retool answered 9/12, 2008 at 11:33 Comment(0)
E
4

I can recommend themoviedb.org. We have been using their API in an open source movie managing application with great success.

Epiphenomenalism answered 26/8, 2009 at 22:42 Comment(1)
Do you know if you can use the API on desktop applications(lots of users)?Figurehead
A
1

Quick google search returned this: Internet Video Archive Movie API. It seems to return XML data, so it could work for you.

EDIT: The link is down (thanks @Mutant), Wayback Machine has a backup.

Azriel answered 9/12, 2008 at 11:36 Comment(0)
L
0

For getting straight-up information about movies (for instance, basic genre and title information) the Amazon associates data works pretty good. There is the condition that the data be used primarily to drive traffic to Amazon, which is something to keep in mind.

There should be a PHP library already written that you can use: http://aws.amazon.com/associates/

Living answered 15/1, 2009 at 21:27 Comment(0)
M
0

Rotten Tomatoes has a free REST API (developer.rottentomatoes.com). The access keys are restricted to 10000 calls/day.

Mendiola answered 28/10, 2012 at 21:59 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.