Introduction

This application programming interface provides a collection of Marvel movies and series data. There are around 30+ data in the form of titles, posters, release years, trailers, release dates, durations, genres, directors, authors, actors, plots and download links via torrent.


These are open data for public. It doesn't need an API key to call these methods. You can call simple GET request or open it directly from the browser.


  • The base endpoint is: https://marvel-film-api.fly.dev/
  • All endpoints return either a JSON object or array.

# Get all movies

Get all data with the following request:

  • Request: https://marvel-film-api.fly.dev/api/movies

Example:

# Get movies by id

Get detailed data based on title with the following request:

  • Request: https://marvel-film-api.fly.dev/api/movies/{id}

Example:

# Get Search movies by title

Get detailed data based on title with the following request:

  • Request: https://marvel-film-api.fly.dev/api/movies?title={title}

Example: