Topic: API 2.1
Hey guys,
I have migrated all of the methods over to the new system. As well as introduced the new, longly awaited Person.x methods. Lots has been improved, such as, but not limited to:
Improve text searching: I have done some major tweaking to the index movie search filter. This is going to take a lot testing but the API should find the proper movie higher in the list (ie. it's score). Things like apostrophes and other characters shouldn't impact searching any more. If you find one that doesn't work properly, let me know.
Fix UTF-8 issues: Searching characters like é will work properly now.
Make API RESTful: The API supports XML, YAML, and JSON output now.
Proper genres: I have re-implemented the categories section to properly display actual genres now.
Add studios: Studios have been added to the Movie.getInfo method.
The new request URLs looks like the following:
Movie Methods
http://api.themoviedb.org/2.1/Movie.search/en/xml/APIKEY/Fight+ClubAND
http://api.themoviedb.org/2.1/Movie.getInfo/en/xml/APIKEY/550AND
http://api.themoviedb.org/2.1/Movie.imdbLookup/en/xml/APIKEY/tt0137523Person Methods
http://api.themoviedb.org/2.1/Person.search/en/xml/APIKEY/Brad+PittAND
http://api.themoviedb.org/2.1/Person.getInfo/en/xml/APIKEY/287You'll notice the URL is split into 4 groups, language, type, api key and your search.
Language: The language is only available for English right now, but obviously I am working towards changing that.
Type: Can be set to either: XML, YAML, JSON
API Key: Same API key you've been using all along.
Search: Either the ID or title depending on the method you are using.
Please post all issues in this thread.
Thanks!
themoviedb.org | The open movie database
Follow TMDb on Twitter
Found a bug? Got a feature request? Check our Lighthouse first.