semantic-webmovielinkedmdb

Movie Poster for Linked Data


How to display the movie poster using linked data by utilizing OMDBApi or themoviedb.org (they have JSON). Anyone have any ideas?


Solution

  • Read the instructions on http://www.omdbapi.com/ - it can return either a JSON or XML object with the link to the poster you wish to display, it says you need to register for the poster to work but appears to return the image (I've not checked if it displays though). All you need do is pass either a search string like the name, or name and year, or the unique ID from imdb, and it will pass the result or set of results back to you.