/marvel-movies-api

This is a simple Marvel Flask API Web Server.

Primary LanguagePythonApache License 2.0Apache-2.0

marvel-movies-api

This is my Marvel Movies API.

It includes 3 endpoints.

The first endpoint is /random. It returns a random marvel movie.

The second endpoint is /find-by-name/. If you replace with the name of the movie, it will show you the details of that movie.

The third endpoint is /all. It returns details about every single marvel movie.