Skip to content

talitastravassos/movies-api

Repository files navigation

Movies API

Endpoints

  • Get a list of upcoming movies
    page param is optional

    https://pacific-atoll-01908.herokuapp.com/api/movies/{page?}

  • Get details of a movie by id

    https://pacific-atoll-01908.herokuapp.com/api/movie/{movie_id}

  • Search for movies by query
    page param is optional

    https://pacific-atoll-01908.herokuapp.com/api/search/{query}/{page?}

  • Get a list of genres

    https://pacific-atoll-01908.herokuapp.com/api/genres