Skip to content

mathiaswakgari/Cinema-API

Repository files navigation

Cinema-API

API built using Node.js and Express

API Endpoints

  • List Movies
  • Movie Details
  • List Genres

List Movies
HTTP GET

Endpoint Description
cinema-dsih.onrender.com/api/movies Used to list and search through out all the available movies. Can sort, and order the results

Endpoint Parameters

Parameter Default Description
rating 0 Used to filter movie by a given minimum IMDb rating
year 0 Used to filter movie by a given from release year
genres All Used to filter by a given genre

Movie Details
HTTP GET

Endpoint Description
cinema-dsih.onrender.com/api/movies/:id Returns the information about a specific movie

List Genres
HTTP GET

Endpoint Description
cinema-dsih.onrender.com/api/genres Used to list all the available genres.

About

API built using Node.js and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published