Oscars Project


Home 2020 Winners Endpoints

findByName findByOscar findAwards findAllByYear

Send all data requests to:
http://localhost:8080/demo/
findAwards
Search for awards that a movie has recieved
GET /findAwards?name={movie title}

For {movie title} to be valid:
-The complete title must be entered
-All spaces are replaced with "%20"
Examples
Movie Title Output Request
Parasite i dont know what the output looks like http://localhost:8080/demo/findAwards?name=Parasite
star wars i dont know what the output looks like http://localhost:8080/demo/findAwards?name=star%20wars
Star Wars: Episode IV - A New Hope i dont know what the output looks like http://localhost:8080/demo/findAwards?name=Star%20Wars:%20Episode%20IV%20-%20A%20New%20Hope
La La Land i dont know what the output looks like http://localhost:8080/demo/findAwards?name=La%20La%20Land