Do you have ideas for the MCU API?

Yeah, we’ve just included a search function in the MCU API. Parts of the API, when communicating with it, will automatically fetch some basic info from IMDB what will make the API partially searchable with a “find”-request.

If you have further ideas of what to include in a generic API for the MCU, feel free to get in touch! You can do it via the contact page.

For example, if you want to fetch all MCU related movies where Chris Evans has been an actor you can simply run a request like this: /api/mcu/find/Evans.

The finder API will then look for the data in some of the selected columns that will be returned in the request like this (be aware that the URL in the screenshot is a development server and is not guaranteed to always work). The database is also currently incomplete as this is built on tests.

Leave a Reply

Your email address will not be published. Required fields are marked *