Logo
X

Your preference to use dark mode is stored in a cookie.
By clicking the toggle button again, you agree to allow this cookie and will continue to use dark mode.
If you refuse, you will not be able to use the dark mode.
Privacy Policy

masp005.dev/api

This website has an API. A public one. If you care to use it, go for it, here is the documentation:

GET /listmaps

Returns the list of maps published filtered and sorted after the request query.
Parameters (setting none will send all of them):

?


    

GET /getmap

Returns a single map's data based on the map id given in the query.
Parameters (setting none will throw an error):

?


    

GET /mapcomments

Returns the comments for a map based on the map id given in the query.
Parameters (setting none will throw an error):

?


    

GET /questions

Returns all questions with their answers.
No Parameters for this endpoint.

?


    

More stuff coming soon...