Mirante is a data collection and analysis tool meant to be used in the classroom.

The simplest request you can make to the API is a GET request to the /version endpoint:

$ curl 'http://localhost:8889/version' -i -X GET \
    -H 'Accept: application/json'

This should return the current version the server is running.