This REST api is made to fullill Pluralsight's course Play by Play: iOS and Swift from Scratch. The course relied on OMDb API, but they are no longer an open api. They require you to sign up and pay for poster url's.
My Api only contains some Batman and Star Wars movies. But are enough to finish the course, perfectly. You are welcome to use this REST api for whatever purpose you have. The response is sent as an JSON object
git clone https://github.com/gautemo/fake-movie-database-api.git
cd fake-movie-database-api
npm install
npm start
npm test
Open http://localhost:3000 to open the info page.
Send GET request to http://localhost:3000/api to use the REST Api. The Api requires a query string parameter s, like this http://localhost:3000/api?s=SearchTerm. For now the Api only contains Batman and Star Wars movies, so try searching for those, or part of those titles with three or more characters.
Feel free to send pull requests, to improve or expand this demo api.
Gaute Meek Olsen
The server and landing page are deployed on a heroku server with automaticly deploy on git master push, Fake Movie Database Api